G U I Data
class GUIData<T : ForInventory>(guiType: GUIType<T>, title: String?, pages: Map<Int, GUIPage<T>>, defaultPage: Int, transitionTo: InventoryChangeEffect?, transitionFrom: InventoryChangeEffect?, generalOnClick: (GUIClickEvent<T>) -> Unit?)
Content copied to clipboard
Properties
defaultPage
Link copied to clipboard
transitionFrom
Link copied to clipboard
transitionTo
Link copied to clipboard