ktInventory
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktInventory
ktInventory
/
dev.s7a.ktinventory.components
/
KtInventoryStorable
Kt
Inventory
Storable
class
KtInventoryStorable
Members
Properties
can
Edit
Link copied to clipboard
var
canEdit
:
Boolean
inventory
Link copied to clipboard
val
inventory
:
KtInventory
slots
Link copied to clipboard
val
slots
:
List
<
Int
>
Functions
clear
Link copied to clipboard
fun
clear
(
)
contains
Link copied to clipboard
fun
contains
(
slot
:
Int
)
:
Boolean
get
Link copied to clipboard
fun
get
(
)
:
List
<
ItemStack
?
>
save
Link copied to clipboard
fun
save
(
)
update
Link copied to clipboard
fun
update
(
items
:
List
<
ItemStack
?
>
)
:
List
<
ItemStack
?
>