InventoryGUI-api
Toggle table of contents
4.6.3
jvm
Platform filter
jvm
Switch theme
Search in API
InventoryGUI-api
InventoryGUI-api
/
net.projecttl.inventory.util
/
Slot
Slot
open
class
Slot
(
val
stack
:
ItemStack
,
val
click
:
InventoryClickEvent
.
(
)
->
Unit
)
Slot for the SimpleInventoryBuilder
Inheritors
LinkedSlot
Members
Constructors
Slot
Link copied to clipboard
constructor
(
stack
:
ItemStack
,
click
:
InventoryClickEvent
.
(
)
->
Unit
)
Properties
click
Link copied to clipboard
val
click
:
InventoryClickEvent
.
(
)
->
Unit
stack
Link copied to clipboard
val
stack
:
ItemStack