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

2.7 KiB

title
title
InventoryColumnSlots -

//KSpigot/net.axay.kspigot.inventory/InventoryColumnSlots

InventoryColumnSlots

[jvm] class InventoryColumnSlots<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
column [jvm] val column: Int