Has Item
data class HasItem(val item: ItemStack, val whatToCheck: ItemCheck, val whereToCheck: InventoryLocation, val amount: ItemAmount) : Condition
Constructors
Link copied to clipboard
constructor(item: ItemStack, whatToCheck: ItemCheck, whereToCheck: InventoryLocation, amount: ItemAmount)