FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.mixins.Gui
/
GuiScreenMixin
Gui
Screen
Mixin
abstract
class
GuiScreenMixin
:
GuiMixin
,
GuiYesNoCallback
Functions
Properties
Inheritors
Functions
confirm
Clicked
Link copied to clipboard
abstract
fun
confirmClicked
(
result
:
Boolean
,
id
:
Int
)
draw
Rect
Link copied to clipboard
open
fun
drawRect
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
color
:
Int
)
draw
Screen
Link copied to clipboard
abstract
fun
drawScreen
(
mouseX
:
Int
,
mouseY
:
Int
,
partialTicks
:
Float
)
Properties
height
Link copied to clipboard
open
var
height
:
Int
mc
Link copied to clipboard
open
var
mc
:
Minecraft
width
Link copied to clipboard
open
var
width
:
Int
Inheritors
MixinGuiContainer
Link copied to clipboard