Package net.minecraft.client.font
Class GlyphRenderer
java.lang.Object
net.minecraft.client.font.GlyphRenderer
- Direct Known Subclasses:
EmptyGlyphRenderer
- Mappings:
Namespace Name named net/minecraft/client/font/GlyphRenderer
intermediary net/minecraft/class_382
official fkb
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final float
private final float
private final float
private final float
private final float
private final float
private final float
private final float
private final TextRenderLayerSet
-
Constructor Summary
ConstructorDescriptionGlyphRenderer
(TextRenderLayerSet textRenderLayers, float minU, float maxU, float minV, float maxV, float minX, float maxX, float minY, float maxY) -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(boolean italic, float x, float y, Matrix4f matrix, VertexConsumer vertexConsumer, float red, float green, float blue, float alpha, int light) void
drawRectangle
(GlyphRenderer.Rectangle rectangle, Matrix4f matrix, VertexConsumer vertexConsumer, int light) getLayer
(TextRenderer.TextLayerType layerType)
-
Field Details
-
textRenderLayers
- Mappings:
Namespace Name Mixin selector named textRenderLayers
Lnet/minecraft/client/font/GlyphRenderer;textRenderLayers:Lnet/minecraft/client/font/TextRenderLayerSet;
intermediary field_44760
Lnet/minecraft/class_382;field_44760:Lnet/minecraft/class_8538;
official a
Lfkb;a:Lfjz;
-
minU
private final float minU- Mappings:
Namespace Name Mixin selector named minU
Lnet/minecraft/client/font/GlyphRenderer;minU:F
intermediary field_2276
Lnet/minecraft/class_382;field_2276:F
official b
Lfkb;b:F
-
maxU
private final float maxU- Mappings:
Namespace Name Mixin selector named maxU
Lnet/minecraft/client/font/GlyphRenderer;maxU:F
intermediary field_2275
Lnet/minecraft/class_382;field_2275:F
official c
Lfkb;c:F
-
minV
private final float minV- Mappings:
Namespace Name Mixin selector named minV
Lnet/minecraft/client/font/GlyphRenderer;minV:F
intermediary field_2274
Lnet/minecraft/class_382;field_2274:F
official d
Lfkb;d:F
-
maxV
private final float maxV- Mappings:
Namespace Name Mixin selector named maxV
Lnet/minecraft/client/font/GlyphRenderer;maxV:F
intermediary field_2273
Lnet/minecraft/class_382;field_2273:F
official e
Lfkb;e:F
-
minX
private final float minX- Mappings:
Namespace Name Mixin selector named minX
Lnet/minecraft/client/font/GlyphRenderer;minX:F
intermediary field_2272
Lnet/minecraft/class_382;field_2272:F
official f
Lfkb;f:F
-
maxX
private final float maxX- Mappings:
Namespace Name Mixin selector named maxX
Lnet/minecraft/client/font/GlyphRenderer;maxX:F
intermediary field_2280
Lnet/minecraft/class_382;field_2280:F
official g
Lfkb;g:F
-
minY
private final float minY- Mappings:
Namespace Name Mixin selector named minY
Lnet/minecraft/client/font/GlyphRenderer;minY:F
intermediary field_2279
Lnet/minecraft/class_382;field_2279:F
official h
Lfkb;h:F
-
maxY
private final float maxY- Mappings:
Namespace Name Mixin selector named maxY
Lnet/minecraft/client/font/GlyphRenderer;maxY:F
intermediary field_2278
Lnet/minecraft/class_382;field_2278:F
official i
Lfkb;i:F
-
-
Constructor Details
-
GlyphRenderer
public GlyphRenderer(TextRenderLayerSet textRenderLayers, float minU, float maxU, float minV, float maxV, float minX, float maxX, float minY, float maxY) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/font/GlyphRenderer;<init>(Lnet/minecraft/client/font/TextRenderLayerSet;FFFFFFFF)V
intermediary <init>
Lnet/minecraft/class_382;<init>(Lnet/minecraft/class_8538;FFFFFFFF)V
official <init>
Lfkb;<init>(Lfjz;FFFFFFFF)V
-
-
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) - Mappings:
Namespace Name Mixin selector named draw
Lnet/minecraft/client/font/GlyphRenderer;draw(ZFFLorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;FFFFI)V
intermediary method_2025
Lnet/minecraft/class_382;method_2025(ZFFLorg/joml/Matrix4f;Lnet/minecraft/class_4588;FFFFI)V
official a
Lfkb;a(ZFFLorg/joml/Matrix4f;Lfae;FFFFI)V
-
drawRectangle
public void drawRectangle(GlyphRenderer.Rectangle rectangle, Matrix4f matrix, VertexConsumer vertexConsumer, int light) - Mappings:
Namespace Name Mixin selector named drawRectangle
Lnet/minecraft/client/font/GlyphRenderer;drawRectangle(Lnet/minecraft/client/font/GlyphRenderer$Rectangle;Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;I)V
intermediary method_22944
Lnet/minecraft/class_382;method_22944(Lnet/minecraft/class_382$class_328;Lorg/joml/Matrix4f;Lnet/minecraft/class_4588;I)V
official a
Lfkb;a(Lfkb$a;Lorg/joml/Matrix4f;Lfae;I)V
-
getLayer
- Mappings:
Namespace Name Mixin selector named getLayer
Lnet/minecraft/client/font/GlyphRenderer;getLayer(Lnet/minecraft/client/font/TextRenderer$TextLayerType;)Lnet/minecraft/client/render/RenderLayer;
intermediary method_24045
Lnet/minecraft/class_382;method_24045(Lnet/minecraft/class_327$class_6415;)Lnet/minecraft/class_1921;
official a
Lfkb;a(Lfgr$a;)Lgdy;
-