SlotData

data class SlotData(val item: ItemStack, val clickHandlers: List<EffectiveMenu.ClickData>)

The item shown in a slot together with its click handlers.

Constructors

Link copied to clipboard
constructor(item: ItemStack, clickHandlers: List<EffectiveMenu.ClickData>)

Properties

Link copied to clipboard
Link copied to clipboard
val item: ItemStack