Interface TextRenderer.GlyphDrawer

Enclosing class:
TextRenderer

@Environment(CLIENT) public static interface TextRenderer.GlyphDrawer
Mappings:
Namespace Name
named net/minecraft/client/font/TextRenderer$GlyphDrawer
intermediary net/minecraft/class_327$class_11464
official gdb$b
  • Method Details

    • drawing

      static TextRenderer.GlyphDrawer drawing(VertexConsumerProvider vertexConsumers, Matrix4f matrix, TextRenderer.TextLayerType layerType, int light)
      Mappings:
      Namespace Name Mixin selector
      named drawing Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;drawing(Lnet/minecraft/client/render/VertexConsumerProvider;Lorg/joml/Matrix4f;Lnet/minecraft/client/font/TextRenderer$TextLayerType;I)Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;
      intermediary method_71799 Lnet/minecraft/class_327$class_11464;method_71799(Lnet/minecraft/class_4597;Lorg/joml/Matrix4f;Lnet/minecraft/class_327$class_6415;I)Lnet/minecraft/class_327$class_11464;
      official a Lgdb$b;a(Lhfx;Lorg/joml/Matrix4f;Lgdb$a;I)Lgdb$b;
    • drawGlyph

      void drawGlyph(TextDrawable glyph)
      Mappings:
      Namespace Name Mixin selector
      named drawGlyph Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;drawGlyph(Lnet/minecraft/client/font/TextDrawable;)V
      intermediary method_71797 Lnet/minecraft/class_327$class_11464;method_71797(Lnet/minecraft/class_11767;)V
      official a Lgdb$b;a(Lgii;)V
    • drawRectangle

      void drawRectangle(TextDrawable bakedGlyph)
      Mappings:
      Namespace Name Mixin selector
      named drawRectangle Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;drawRectangle(Lnet/minecraft/client/font/TextDrawable;)V
      intermediary method_71798 Lnet/minecraft/class_327$class_11464;method_71798(Lnet/minecraft/class_11767;)V
      official b Lgdb$b;b(Lgii;)V