LinkedSlot

class LinkedSlot(val stack: ItemStack, val handler: SlotHandler) : Slot

A slot implementation, for LinkedInventoryBuilders. Unlike Slot, event-handling is separated to SlotHandler

Constructors

Link copied to clipboard
constructor(stack: ItemStack, handler: SlotHandler)

Properties

Link copied to clipboard
val click: InventoryClickEvent.() -> Unit
Link copied to clipboard
Link copied to clipboard
val stack: ItemStack