ClickEvent

data class ClickEvent<out T : KtInventoryBase>(val inventory: T, val player: HumanEntity, val click: ClickType, val cursor: ItemStack?)

Constructors

Link copied to clipboard
constructor(inventory: T, player: HumanEntity, click: ClickType, cursor: ItemStack?)

Properties

Link copied to clipboard
val click: ClickType
Link copied to clipboard
val cursor: ItemStack?
Link copied to clipboard
Link copied to clipboard
val player: HumanEntity