FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.mixins.Gui
/
MixinGuiContainer
Mixin
Gui
Container
abstract
class
MixinGuiContainer
:
GuiScreenMixin
Functions
Properties
Functions
confirm
Clicked
Link copied to clipboard
abstract
fun
confirmClicked
(
result
:
Boolean
,
id
:
Int
)
draw
Container
Link copied to clipboard
open
fun
drawContainer
(
mouseX
:
Int
,
mouseY
:
Int
,
partialTicks
:
Float
,
ci
:
CallbackInfo
)
draw
Container
Last
Link copied to clipboard
open
fun
drawContainerLast
(
mouseX
:
Int
,
mouseY
:
Int
,
partialTicks
:
Float
,
ci
:
CallbackInfo
)
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
)
gui
Clicked
Link copied to clipboard
open
fun
guiClicked
(
mouseX
:
Int
,
mouseY
:
Int
,
mouseButton
:
Int
,
ci
:
CallbackInfo
)
gui
Typed
Link copied to clipboard
open
fun
guiTyped
(
keyCode
:
Int
,
cir
:
CallbackInfoReturnable
<
Boolean
>
)
Properties
height
Link copied to clipboard
open
var
height
:
Int
inventory
Slots
Link copied to clipboard
open
var
inventorySlots
:
Container
mc
Link copied to clipboard
open
var
mc
:
Minecraft
width
Link copied to clipboard
open
var
width
:
Int