Single Inventory Slot
open class SingleInventorySlot<T : ForInventory> : InventorySlotCompound<T>
Content copied to clipboard
Constructors
SingleInventorySlot
Link copied to clipboard
Functions
equals
Link copied to clipboard
realSlotsWithInvType
Link copied to clipboard
open override fun realSlotsWithInvType(invType: InventoryType<T>): List<Int>
Content copied to clipboard
withInvType
Link copied to clipboard
open override fun withInvType(invType: InventoryType<T>): List<InventorySlot>
Content copied to clipboard
Properties
inventorySlot
Link copied to clipboard
Extensions
linTo
Link copied to clipboard
infix fun <T : ForInventory> SingleInventorySlot<out T>.linTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T>
Content copied to clipboard
rectTo
Link copied to clipboard
infix fun <T : ForInventory> SingleInventorySlot<out T>.rectTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T>
Content copied to clipboard