InventoryRowSlots

class InventoryRowSlots<T : ForInventory> : InventorySlotCompound<T>

Functions

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

Properties

row
Link copied to clipboard
val row: Int