Class HudRenderer

java.lang.Object
meteordevelopment.meteorclient.systems.hud.HudRenderer

public class HudRenderer extends Object
  • Field Details

    • INSTANCE

      public static final HudRenderer INSTANCE
    • delta

      public double delta
  • Method Details

    • begin

      public void begin()
    • end

      public void end()
    • line

      public void line(double x1, double y1, double x2, double y2, Color color)
    • quad

      public void quad(double x, double y, double width, double height, Color color)
    • quad

      public void quad(double x, double y, double width, double height, Color cTopLeft, Color cTopRight, Color cBottomRight, Color cBottomLeft)
    • texture

      public void texture(net.minecraft.util.Identifier id, double x, double y, double width, double height, Color color)
    • text

      public double text(String text, double x, double y, Color color, boolean shadow, double scale)
    • text

      public double text(String text, double x, double y, Color color, boolean shadow)
    • textWidth

      public double textWidth(String text, boolean shadow, double scale)
    • textWidth

      public double textWidth(String text, boolean shadow)
    • textWidth

      public double textWidth(String text, double scale)
    • textWidth

      public double textWidth(String text)
    • textHeight

      public double textHeight(boolean shadow, double scale)
    • textHeight

      public double textHeight(boolean shadow)
    • textHeight

      public double textHeight()
    • post

      public void post(Runnable task)