Package net.minecraft.client.font
Interface TextRenderer.GlyphDrawer
- Enclosing class:
TextRenderer
- Mappings:
Namespace Name named net/minecraft/client/font/TextRenderer$GlyphDrawer
intermediary net/minecraft/class_327$class_11464
official fwy$b
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawGlyph
(BakedGlyph.DrawnGlyph glyph) static TextRenderer.GlyphDrawer
drawing
(VertexConsumerProvider vertexConsumers, Matrix4f matrix, TextRenderer.TextLayerType layerType, int light) void
drawRectangle
(BakedGlyph bakedGlyph, BakedGlyph.Rectangle rect)
-
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
Lfwy$b;a(Lgxm;Lorg/joml/Matrix4f;Lfwy$a;I)Lfwy$b;
-
drawGlyph
- Mappings:
Namespace Name Mixin selector named drawGlyph
Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;drawGlyph(Lnet/minecraft/client/font/BakedGlyph$DrawnGlyph;)V
intermediary method_71797
Lnet/minecraft/class_327$class_11464;method_71797(Lnet/minecraft/class_382$class_10364;)V
official a
Lfwy$b;a(Lgar$b;)V
-
drawRectangle
- Mappings:
Namespace Name Mixin selector named drawRectangle
Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;drawRectangle(Lnet/minecraft/client/font/BakedGlyph;Lnet/minecraft/client/font/BakedGlyph$Rectangle;)V
intermediary method_71798
Lnet/minecraft/class_327$class_11464;method_71798(Lnet/minecraft/class_382;Lnet/minecraft/class_382$class_328;)V
official a
Lfwy$b;a(Lgar;Lgar$a;)V
-