class EventData
com.hypixel.hytale.server.core.ui.builder
Event data for UI events. Create with EventData.of(key, value).
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.