Class LightweightGuiDescription

java.lang.Object
io.github.cottonmc.cotton.gui.client.LightweightGuiDescription
All Implemented Interfaces:
GuiDescription

public class LightweightGuiDescription extends Object implements GuiDescription
A GuiDescription without any associated Minecraft classes
  • Field Details

    • rootPanel

      protected WPanel rootPanel
    • propertyDelegate

      protected PropertyDelegate propertyDelegate
    • focus

      protected WWidget focus
    • titleColor

      protected int titleColor
    • darkmodeTitleColor

      protected int darkmodeTitleColor
    • fullscreen

      protected boolean fullscreen
    • titleVisible

      protected boolean titleVisible
    • titleAlignment

      protected HorizontalAlignment titleAlignment
  • Constructor Details

    • LightweightGuiDescription

      public LightweightGuiDescription()
  • Method Details