Class EmptyGlyphRenderer

java.lang.Object
net.minecraft.client.font.GlyphRenderer
net.minecraft.client.font.EmptyGlyphRenderer

@Environment(CLIENT) public class EmptyGlyphRenderer extends GlyphRenderer
Mappings:
Namespace Name
official emy
intermediary net/minecraft/class_384
named net/minecraft/client/font/EmptyGlyphRenderer
  • Field Details

    • INSTANCE

      public static final EmptyGlyphRenderer INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lemy;a:Lemy;
      intermediary field_38311 Lnet/minecraft/class_384;field_38311:Lnet/minecraft/class_384;
      named INSTANCE Lnet/minecraft/client/font/EmptyGlyphRenderer;INSTANCE:Lnet/minecraft/client/font/EmptyGlyphRenderer;
  • Constructor Details

    • EmptyGlyphRenderer

      public EmptyGlyphRenderer()
  • Method Details

    • draw

      public void draw(boolean italic, float x, float y, Matrix4f matrix, VertexConsumer vertexConsumer, float red, float green, float blue, float alpha, int light)
      Overrides:
      draw in class GlyphRenderer
      Mappings:
      Namespace Name Mixin selector
      official a Lemx;a(ZFFLorg/joml/Matrix4f;Leeh;FFFFI)V
      intermediary method_2025 Lnet/minecraft/class_382;method_2025(ZFFLorg/joml/Matrix4f;Lnet/minecraft/class_4588;FFFFI)V
      named draw Lnet/minecraft/client/font/GlyphRenderer;draw(ZFFLorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;FFFFI)V