Class TDemoBackgroundElement

java.lang.Object
io.github.thecsdev.tcdcommons.api.client.gui.TElement
io.github.thecsdev.tcdcommons.api.client.gui.other.TDemoBackgroundElement
All Implemented Interfaces:
TParentElement, ITooltipProvider, IEnableStateProvider

public class TDemoBackgroundElement extends TElement
A TPanelElement that looks like the one seen in the game's menus.
  • Field Details

    • TEX_BACKGROUND

      public static final net.minecraft.util.Identifier TEX_BACKGROUND
    • color

      protected final float[] color
  • Constructor Details

    • TDemoBackgroundElement

      public TDemoBackgroundElement(int x, int y, int width, int height)
  • Method Details