InventoryGUIPage

class InventoryGUIPage<T : ForInventory>(number: Int, slots: Map<Int, InventoryGUISlot<T>>, transitionTo: PageChangeEffect?, transitionFrom: PageChangeEffect?)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

number
Link copied to clipboard
val number: Int
transitionFrom
Link copied to clipboard
val transitionFrom: PageChangeEffect?
transitionTo
Link copied to clipboard
val transitionTo: PageChangeEffect?