InventoryCornerSlots

class InventoryCornerSlots<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

ifBottomLeft
Link copied to clipboard
val ifBottomLeft: Boolean = false
ifBottomRight
Link copied to clipboard
val ifBottomRight: Boolean = false
ifTopLeft
Link copied to clipboard
val ifTopLeft: Boolean = false
ifTopRight
Link copied to clipboard
val ifTopRight: Boolean = false