Slot

data class Slot(var slot: Int, var item: ItemStack, var revision: Int, var cancel: Boolean = false)

Constructors

Link copied to clipboard
constructor(slot: Int, item: ItemStack, revision: Int, cancel: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
var item: ItemStack
Link copied to clipboard
Link copied to clipboard
var slot: Int