Package net.projecttl.inventory.gui

Types

InventoryGuiBuilder
Link copied to clipboard
class InventoryGuiBuilder(slotType: InventoryType, title: Component, plugin: Plugin) : Listener

Functions

gui
Link copied to clipboard
fun Plugin.gui(slotType: InventoryType, title: Component, init: InventoryGuiBuilder.() -> Unit): Inventory
fun gui(slotType: InventoryType, title: Component, plugin: Plugin, init: InventoryGuiBuilder.() -> Unit): Inventory