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 ghf$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 Lghf$b;a(Lhkk;Lorg/joml/Matrix4f;Lghf$a;I)Lghf$b;
    • drawGlyph

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

      default void drawRectangle(TextDrawable rect)
      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 a Lghf$b;a(Lgmr;)V
    • drawEmptyGlyphRect

      default void drawEmptyGlyphRect(EmptyGlyphRect rect)
      Mappings:
      Namespace Name Mixin selector
      named drawEmptyGlyphRect Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;drawEmptyGlyphRect(Lnet/minecraft/client/font/EmptyGlyphRect;)V
      intermediary method_75775 Lnet/minecraft/class_327$class_11464;method_75775(Lnet/minecraft/class_12237;)V
      official a Lghf$b;a(Lgmg;)V