2.7 KiB
2.7 KiB
title
title |
---|
InventoryRowSlots - |
//KSpigot/net.axay.kspigot.inventory/InventoryRowSlots
InventoryRowSlots
[jvm] class InventoryRowSlots<T : ForInventory> : InventorySlotCompound<T>
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 override fun realSlotsWithInvType(invType: InventoryType<T>): List<Int> |
toString | [jvm] Content open override fun toString(): String |
withInvType | [jvm] Content open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> |
Properties
Name | Summary |
---|---|
row | [jvm] val row: Int |