KtInventoryBase

abstract class KtInventoryBase(line: Int)

Inheritors

Constructors

Link copied to clipboard
constructor(line: Int)

Functions

Link copied to clipboard
fun button(slot: Int, itemStack: ItemStack, onClick: (InventoryClickEvent, KtInventory) -> Unit = { _, _ -> })
Link copied to clipboard
open fun onClick(event: InventoryClickEvent)
fun onClick(slot: Int, event: InventoryClickEvent)
Link copied to clipboard
open fun onClose(event: InventoryCloseEvent)
Link copied to clipboard
open fun onOpen(event: InventoryOpenEvent)
Link copied to clipboard
abstract fun open(player: HumanEntity)