InventorySlotRange

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

Functions

contains
Link copied to clipboard
open operator fun contains(value: InventorySlot): Boolean
isEmpty
Link copied to clipboard
open fun isEmpty(): Boolean
realSlotsWithInvType
Link copied to clipboard
open fun realSlotsWithInvType(invType: GUIType<T>): List<Int>
withInvType
Link copied to clipboard
open override fun withInvType(invType: GUIType<T>): LinkedHashSet<InventorySlot>

Properties

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