InventoryColumnSlots

class InventoryColumnSlots<T : ForInventory> : InventorySlotCompound<T>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
realSlotsWithInvType
Link copied to clipboard
open override fun realSlotsWithInvType(invType: InventoryType<T>): List<Int>
toString
Link copied to clipboard
open override fun toString(): String
withInvType
Link copied to clipboard
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot>

Properties

column
Link copied to clipboard
val column: Int