GUIElement

abstract class GUIElement<T : ForInventory> : GUISlot<T>

Functions

getItemStack
Link copied to clipboard
abstract fun getItemStack(slot: Int): ItemStack
onClick
Link copied to clipboard
override fun onClick(clickEvent: GUIClickEvent<T>)

Inheritors

GUIButton
Link copied to clipboard
GUIPlaceholder
Link copied to clipboard
GUISpaceCompoundElement
Link copied to clipboard