InventoryDimensions

data class InventoryDimensions(width: Int, height: Int)

Properties

height
Link copied to clipboard
val height: Int
invSlots
Link copied to clipboard
val invSlots: ArrayList<InventorySlot>
invSlotsWithRealSlots
Link copied to clipboard
val invSlotsWithRealSlots: HashMap<InventorySlot, Int>
realSlots
Link copied to clipboard
val realSlots: MutableCollection<Int>
slotAmount
Link copied to clipboard
val slotAmount: Int
width
Link copied to clipboard
val width: Int