ktInventory
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktInventory
ktInventory
/
dev.s7a.ktinventory.components
/
KtInventoryButton
/
ClickEvent
Click
Event
data
class
ClickEvent
<
out
T
:
KtInventoryBase
>
(
val
inventory
:
T
,
val
player
:
HumanEntity
,
val
click
:
ClickType
,
val
cursor
:
ItemStack
?
)
Members
Constructors
Click
Event
Link copied to clipboard
constructor
(
inventory
:
T
,
player
:
HumanEntity
,
click
:
ClickType
,
cursor
:
ItemStack
?
)
Properties
click
Link copied to clipboard
val
click
:
ClickType
cursor
Link copied to clipboard
val
cursor
:
ItemStack
?
inventory
Link copied to clipboard
val
inventory
:
T
player
Link copied to clipboard
val
player
:
HumanEntity