InventoryGuiBuilder

class InventoryGuiBuilder(slotType: InventoryType, title: Component, plugin: Plugin) : Listener

Functions

build
Link copied to clipboard
fun build(): Inventory
slot
Link copied to clipboard
fun slot(slot: Int, item: ItemStack)
fun slot(slot: Int, item: ItemStack, handler: InventoryClickEvent.() -> Unit)

Properties

plugin
Link copied to clipboard
val plugin: Plugin
slotType
Link copied to clipboard
val slotType: InventoryType
title
Link copied to clipboard
val title: Component