Package me.hackware.api.hud
package me.hackware.api.hud
-
ClassDescriptionBase class for draggable HUD elements.Optional visibility keybind: toggles or holds the element visible/hidden.Builds a concrete HUD element instance for a given id/position.Opaque handle for a registered HUD element type, returned by
PluginContext#registerHudElement.Client services the HUD element bases need but cannot see from the API: the hud.yml settings store, global HUD layout/scale state, the template scripting engine, and module lookups.Mutable holder (interfaces cannot own mutable statics).A HUD text element whose content is a user-editable template string.Which end of the string the effect works from.Base class for simple single-line text HUD elements.Base class for list-style HUD elements (potion timers, entity radar, item radar, visual range).Base for phantom elements that proxy vanilla (or third-party) HUD clusters — hotbar, boss bar, Xaero minimap.