InventoryGUIElement

abstract class InventoryGUIElement<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUISlot<T>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onClick
Link copied to clipboard
override fun onClick(clickEvent: InventoryGUIClickEvent<T>)
toString
Link copied to clipboard
open override fun toString(): String

Properties

inventoryGUIElementData
Link copied to clipboard
val inventoryGUIElementData: InventoryGUIElementData

Inheritors

InventoryGUIButton
Link copied to clipboard
InventoryGUIPlaceholder
Link copied to clipboard