Types
InventoryGUIButton
Link copied to clipboard
open class InventoryGUIButton<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData, action: (InventoryGUIClickEvent<T>) -> Unit) : InventoryGUIElement<T>
Content copied to clipboard
InventoryGUIButtonInventoryChange
Link copied to clipboard
class InventoryGUIButtonInventoryChange<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData, changeToGUICallback: () -> InventoryGUI<*>, changeToPageInt: Int?, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>
Content copied to clipboard
InventoryGUIButtonPageChange
Link copied to clipboard
class InventoryGUIButtonPageChange<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData, calculator: InventoryGUIPageChangeCalculator, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>
Content copied to clipboard
InventoryGUIFreeSlot
Link copied to clipboard
InventoryGUIPlaceholder
Link copied to clipboard
class InventoryGUIPlaceholder<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUIElement<T>
Content copied to clipboard