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

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