GUICreator

abstract class GUICreator<T : ForInventory>

Functions

createInstance
Link copied to clipboard
abstract fun createInstance(guiData: GUIData<T>): GUI<T>
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

SharedGUICreator
Link copied to clipboard
IndividualGUICreator
Link copied to clipboard