Class ForgeIngameGui


public class ForgeIngameGui extends IngameGui
  • Field Details

    • WHITE

      private static final int WHITE
      See Also:
    • renderVignette

      public static boolean renderVignette
    • renderHelmet

      public static boolean renderHelmet
    • renderPortal

      public static boolean renderPortal
    • renderSpectatorTooltip

      public static boolean renderSpectatorTooltip
    • renderHotbar

      public static boolean renderHotbar
    • renderCrosshairs

      public static boolean renderCrosshairs
    • renderBossHealth

      public static boolean renderBossHealth
    • renderHealth

      public static boolean renderHealth
    • renderArmor

      public static boolean renderArmor
    • renderFood

      public static boolean renderFood
    • renderHealthMount

      public static boolean renderHealthMount
    • renderAir

      public static boolean renderAir
    • renderExperiance

      public static boolean renderExperiance
    • renderJumpBar

      public static boolean renderJumpBar
    • renderObjective

      public static boolean renderObjective
    • left_height

      public static int left_height
    • right_height

      public static int right_height
    • rayTraceDistance

      public static double rayTraceDistance
    • fontrenderer

      private FontRenderer fontrenderer
    • eventParent

      private RenderGameOverlayEvent eventParent
    • debugOverlay

  • Constructor Details

    • ForgeIngameGui

      public ForgeIngameGui(Minecraft mc)
  • Method Details