Class GuiRenderer

java.lang.Object
meteordevelopment.meteorclient.gui.renderer.GuiRenderer

public class GuiRenderer extends Object
  • Field Details

  • Constructor Details

    • GuiRenderer

      public GuiRenderer()
  • Method Details

    • addTexture

      public static GuiTexture addTexture(net.minecraft.util.Identifier id)
    • init

      public static void init()
    • begin

      public void begin(net.minecraft.client.gui.DrawContext drawContext)
    • end

      public void end()
    • beginRender

      public void beginRender()
    • endRender

      public void endRender()
    • scissorStart

      public void scissorStart(double x, double y, double width, double height)
    • scissorEnd

      public void scissorEnd()
    • renderTooltip

      public boolean renderTooltip(net.minecraft.client.gui.DrawContext drawContext, double mouseX, double mouseY, double delta)
    • setAlpha

      public void setAlpha(double a)
    • tooltip

      public void tooltip(String text)
    • quad

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

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

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

      public void quad(WWidget widget, Color color)
    • quad

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

      public void rotatedQuad(double x, double y, double width, double height, double rotation, GuiTexture texture, Color color)
    • triangle

      public void triangle(double x1, double y1, double x2, double y2, double x3, double y3, Color color)
    • text

      public void text(String text, double x, double y, Color color, boolean title)
    • texture

      public void texture(double x, double y, double width, double height, double rotation, Texture texture)
    • post

      public void post(Runnable task)
    • item

      public void item(net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay)
    • absolutePost

      public void absolutePost(Runnable task)