InventoryBorderSlots

class InventoryBorderSlots<T : ForInventory> : InventorySlotCompound<T>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
realSlotsWithInvType
Link copied to clipboard
open fun realSlotsWithInvType(invType: GUIType<T>): List<Int>
toString
Link copied to clipboard
open fun toString(): String
withInvType
Link copied to clipboard
open override fun withInvType(invType: GUIType<T>): HashSet<InventorySlot>

Properties

padding
Link copied to clipboard
val padding: Int