InventoryGUIElement

abstract class InventoryGUIElement(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUISlot

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
abstract override fun onClick(clickEvent: <ERROR CLASS>)
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