2.6 KiB
2.6 KiB
title
title |
---|
InventorySlotCompound - |
//KSpigot/net.axay.kspigot.inventory/InventorySlotCompound
InventorySlotCompound
[jvm] interface InventorySlotCompound<out T : ForInventory>
Functions
Name | Summary |
---|---|
equals | [jvm] Content open operator override fun equals(other: Any?): Boolean |
hashCode | [jvm] Content open override fun hashCode(): Int |
realSlotsWithInvType | [jvm] Content open fun realSlotsWithInvType(invType: InventoryType<T>): List<Int> |
toString | [jvm] Content open override fun toString(): String |
withInvType | [jvm] Content abstract fun withInvType(invType: InventoryType<T>): Collection<InventorySlot> |
Inheritors
Name |
---|
SingleInventorySlot |
InventorySlotRange |
InventoryRowSlots |
InventoryColumnSlots |
InventoryBorderSlots |
InventoryCornerSlots |