InventorySlotRange

class InventorySlotRange<out T : ForInventory> : InventorySlotCompound<T> , ClosedRange<InventorySlot>

Functions

contains
Link copied to clipboard
open operator override fun contains(value: InventorySlot): Boolean
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isEmpty
Link copied to clipboard
open override fun isEmpty(): Boolean
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>): LinkedHashSet<InventorySlot>

Properties

endInclusive
Link copied to clipboard
open override val endInclusive: InventorySlot
start
Link copied to clipboard
open override val start: InventorySlot