Package-level declarations

Types

Link copied to clipboard
class SurfGuiItem : GuiItem

Functions

Link copied to clipboard
fun guiItem(material: Material, action: InventoryClickEvent.() -> Unit = {}): GuiItem
fun guiItem(item: ItemStack, action: InventoryClickEvent.() -> Unit = {}): GuiItem
fun guiItem(material: Material, item: ItemStack.() -> Unit, action: InventoryClickEvent.() -> Unit = {}): GuiItem