Inventory G U I Data
class InventoryGUIData<T : ForInventory>(inventoryType: InventoryType<T>, title: String?, pages: Map<Int, InventoryGUIPage<T>>, transitionTo: InventoryChangeEffect?, transitionFrom: InventoryChangeEffect?, generalOnClick: (InventoryGUIClickEvent<T>) -> Unit?)
Content copied to clipboard
Functions
Properties
inventoryType
Link copied to clipboard
transitionFrom
Link copied to clipboard
transitionTo
Link copied to clipboard