ktInventory
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktInventory
ktInventory
/
dev.s7a.ktinventory
/
KtInventoryBase
Kt
Inventory
Base
abstract
class
KtInventoryBase
(
line
:
Int
)
Inheritors
KtInventory
KtInventoryPaginated
Members
Constructors
Kt
Inventory
Base
Link copied to clipboard
constructor
(
line
:
Int
)
Functions
button
Link copied to clipboard
open
fun
button
(
slot
:
Int
,
item
:
KtInventoryButton
<
KtInventoryBase
>
)
fun
button
(
slot
:
Int
,
itemStack
:
ItemStack
,
onClick
:
(
InventoryClickEvent
,
KtInventory
)
->
Unit
=
{ _, _ -> }
)
on
Click
Link copied to clipboard
open
fun
onClick
(
event
:
InventoryClickEvent
)
fun
onClick
(
slot
:
Int
,
event
:
InventoryClickEvent
)
on
Close
Link copied to clipboard
open
fun
onClose
(
event
:
InventoryCloseEvent
)
on
Open
Link copied to clipboard
open
fun
onOpen
(
event
:
InventoryOpenEvent
)
open
Link copied to clipboard
abstract
fun
open
(
player
:
HumanEntity
)