InventorySlotCompound

interface InventorySlotCompound<out T : ForInventory>

Functions

realSlotsWithInvType
Link copied to clipboard
open fun realSlotsWithInvType(invType: GUIType<T>): List<Int>
withInvType
Link copied to clipboard
abstract fun withInvType(invType: GUIType<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
InventoryAllSlots
Link copied to clipboard