Inventory G U I Page Builder
class InventoryGUIPageBuilder<T : ForInventory>(type: InventoryType<T>, page: Int)
Content copied to clipboard
Functions
build
Link copied to clipboard
button
Link copied to clipboard
fun button(slots: InventorySlotCompound<T>, itemStack: ItemStack, onClick: (InventoryGUIClickEvent<T>) -> Unit)
Content copied to clipboard
equals
Link copied to clipboard
freeSlot
Link copied to clipboard
nextPage
Link copied to clipboard
fun nextPage(slots: InventorySlotCompound<T>, itemStack: ItemStack, onChange: (InventoryGUIClickEvent<T>) -> Unit?)
Content copied to clipboard
pageChanger
Link copied to clipboard
fun pageChanger(slots: InventorySlotCompound<T>, itemStack: ItemStack, toPage: Int, onChange: (InventoryGUIClickEvent<T>) -> Unit?)
Content copied to clipboard
placeholder
Link copied to clipboard
previousPage
Link copied to clipboard
fun previousPage(slots: InventorySlotCompound<T>, itemStack: ItemStack, onChange: (InventoryGUIClickEvent<T>) -> Unit?)
Content copied to clipboard
Properties
transitionFrom
Link copied to clipboard
transitionTo
Link copied to clipboard
type
Link copied to clipboard