GUIData

class GUIData<T : ForInventory>(guiType: GUIType<T>, title: String?, pages: Map<Int, GUIPage<T>>, defaultPage: Int, transitionTo: InventoryChangeEffect?, transitionFrom: InventoryChangeEffect?, generalOnClick: (GUIClickEvent<T>) -> Unit?)

Properties

defaultPage
Link copied to clipboard
val defaultPage: Int
guiType
Link copied to clipboard
val guiType: GUIType<T>
title
Link copied to clipboard
val title: String?
transitionFrom
Link copied to clipboard
val transitionFrom: InventoryChangeEffect?
transitionTo
Link copied to clipboard
val transitionTo: InventoryChangeEffect?