Files
KSpigot/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

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