GUIHolder

object GUIHolder : AutoCloseable

Functions

close
Link copied to clipboard
open override fun close()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
register
Link copied to clipboard
fun register(guiInstance: GUIInstance<ForInventory>)
toString
Link copied to clipboard
open fun toString(): String
unregister
Link copied to clipboard
fun unregister(guiInstance: GUIInstance<ForInventory>)