toggle menu
silk
1.10.4
jvm
switch theme
search in API
silk-igui
/
net.silkmc.silk.igui
/
GuiDimensions
Gui
Dimensions
data
class
GuiDimensions
(
val
width
:
Int
,
val
height
:
Int
)
(
source
)
Members
Constructors
Gui
Dimensions
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
gui
Slots
Link copied to clipboard
val
guiSlots
:
ArrayList
<
GuiSlot
>
height
Link copied to clipboard
val
height
:
Int
slot
Amount
Link copied to clipboard
val
slotAmount
:
Int
slot
Map
Link copied to clipboard
val
slotMap
:
HashMap
<
Int
,
GuiSlot
>
width
Link copied to clipboard
val
width
:
Int