InventorySlotCompound

interface InventorySlotCompound<out T : ForInventory>

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
abstract fun withInvType(invType: InventoryType<T>): Collection<InventorySlot>

Inheritors

SingleInventorySlot
Link copied to clipboard
InventorySlotRange
Link copied to clipboard
InventoryRowSlots
Link copied to clipboard
InventoryColumnSlots
Link copied to clipboard
InventoryBorderSlots
Link copied to clipboard
InventoryCornerSlots
Link copied to clipboard