KtInventoryStorable

Types

Link copied to clipboard
class ClickEvent(event: InventoryClickEvent)
Link copied to clipboard
class DragEvent(event: InventoryDragEvent)
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val slots: List<Int>

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
fun contains(slot: Int): Boolean
Link copied to clipboard
fun get(): List<@Nullable ItemStack?>
Link copied to clipboard
fun save()
Link copied to clipboard
fun update(items: List<ItemStack?>): List<ItemStack?>