InventoryGUIElement

abstract class InventoryGUIElement<T : ForInventory> : InventoryGUISlot<T>

Functions

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

Inheritors

InventoryGUISpaceCompoundElement
Link copied to clipboard
InventoryGUIButton
Link copied to clipboard
InventoryGUIPlaceholder
Link copied to clipboard