InventoryGUIButton

open class InventoryGUIButton<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData, action: (InventoryGUIClickEvent<T>) -> Unit) : InventoryGUIElement<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

action
Link copied to clipboard
val action: (InventoryGUIClickEvent<T>) -> Unit
inventoryGUIElementData
Link copied to clipboard
override val inventoryGUIElementData: InventoryGUIElementData

Inheritors

InventoryGUIButtonPageChange
Link copied to clipboard
InventoryGUIButtonInventoryChange
Link copied to clipboard