class DropdownEntryInfo
com.hypixel.hytale.server.core.ui
Dropdown menu entry. Create with new DropdownEntryInfo(LocalizableString, value).
class EventData
com.hypixel.hytale.server.core.ui.builder
Event data for UI events. Create with EventData.of(key, value).
class LocalizableString
com.hypixel.hytale.server.core.ui
Localizable string. Create with LocalizableString.fromString(text).
class UICommandBuilder
com.hypixel.hytale.server.core.ui.builder
Builder for UI commands. Use append() to load .ui files, set() to modify properties, appendInline() for inline UI.
class UIEventBuilder
com.hypixel.hytale.server.core.ui.builder
Builder for UI event bindings. Use addEventBinding() to bind events to UI elements.