G U I Builder
class GUIBuilder<T : ForInventory>(type: GUIType<T>, guiCreator: GUICreator<T>)
Content copied to clipboard
Functions
Properties
defaultPage
Link copied to clipboard
The default page will be loaded first for every GUI instance.
transitionFrom
Link copied to clipboard
The transition applied, if this GUI redirects to another GUI and the other GUI has no transitionTo value defined.
transitionTo
Link copied to clipboard
The transition applied, if another GUI redirects to this GUI.