Package-level declarations

Types

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

Represents a UI

Link copied to clipboard
open class Ui(title: String, slots: Int, player: Player, automaticallyOpen: Boolean = true) : Listener

Represents a UI

Link copied to clipboard
class UiModel