InventoryDimensions

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

Functions

component1
Link copied to clipboard
operator fun component1(): Int
component2
Link copied to clipboard
operator fun component2(): Int
copy
Link copied to clipboard
fun copy(width: Int, heigth: Int): InventoryDimensions
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

heigth
Link copied to clipboard
val heigth: 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: ArrayList<Int>
width
Link copied to clipboard
val width: Int