ktInventory
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktInventory
ktInventory
/
dev.s7a.ktinventory
/
KtInventoryItem
Kt
Inventory
Item
class
KtInventoryItem
<
out
T
:
KtInventory
>
(
val
itemStack
:
ItemStack
,
val
onClick
:
(
InventoryClickEvent
,
@
UnsafeVariance
T
)
->
Unit
)
Members
Constructors
Kt
Inventory
Item
Link copied to clipboard
constructor
(
itemStack
:
ItemStack
,
onClick
:
(
InventoryClickEvent
,
@
UnsafeVariance
T
)
->
Unit
)
Properties
item
Stack
Link copied to clipboard
val
itemStack
:
ItemStack
on
Click
Link copied to clipboard
val
onClick
:
(
InventoryClickEvent
,
@
UnsafeVariance
T
)
->
Unit
Functions
join
Link copied to clipboard
fun
join
(
onClick
:
(
InventoryClickEvent
,
T
)
->
Unit
)
:
KtInventoryItem
<
T
>