Package me.hackware.api.gui.layout


package me.hackware.api.gui.layout
  • Class
    Description
     
    A flexbox-like container element that lays out children in a row or column.
    Color utility for converting RGBA (0xRRGGBBAA) to Minecraft's ARGB (0xAARRGGBB).
     
     
    A UI element that renders a player's face (head) like in the tab list.
     
    A text element that renders a string with configurable color, shadow, padding, and formatting (bold, italic, underline, strikethrough, obfuscated).
    UIElement<T extends UIElement<T>>
    Base class for all UI elements in the flexbox-like layout system.
    Entry point for measuring, laying out, and rendering a UI element tree.