toggle menu
InventoryGUI-api
4.5.0
jvm
switch theme
search in 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