SimpleUi

open class SimpleUi(title: String, slots: Int, entries: Map<Int, UiEntry>, player: Player) : Listener

Represents a UI

Parameters

title

The title of the UI

slots

The slots of the UI

entries

The entries of the UI

player

The player that will see the UI

Constructors

Link copied to clipboard
fun SimpleUi(title: String, slots: Int, entries: Map<Int, UiEntry>, player: Player)

Types

Link copied to clipboard
class Builder

Represents the UiBuilder

Functions

Link copied to clipboard
open fun close(): SimpleUi

Closes the UI for the player

Link copied to clipboard
fun onClick(event: InventoryClickEvent)
Link copied to clipboard
fun onClose(event: InventoryCloseEvent)
Link copied to clipboard
fun onDrag(event: InventoryDragEvent)
Link copied to clipboard
fun onQuit(event: PlayerQuitEvent)
Link copied to clipboard
open fun open(): SimpleUi

Opens the UI for the player

Properties

Link copied to clipboard

Should the Ui be closed after the user clicks on an entry? Defaults to true

Link copied to clipboard
var inventory: Inventory? = null

The inventory of the UI