Package net.minecraft.client.font
Class GlyphRenderer
java.lang.Object
net.minecraft.client.font.GlyphRenderer
- Direct Known Subclasses:
EmptyGlyphRenderer
- Mappings:
Namespace Name official evi
intermediary net/minecraft/class_382
named net/minecraft/client/font/GlyphRenderer
-
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 official a
Levi;a:Levg;
intermediary field_44760
Lnet/minecraft/class_382;field_44760:Lnet/minecraft/class_8538;
named textRenderLayers
Lnet/minecraft/client/font/GlyphRenderer;textRenderLayers:Lnet/minecraft/client/font/TextRenderLayerSet;
-
minU
private final float minU- Mappings:
Namespace Name Mixin selector official b
Levi;b:F
intermediary field_2276
Lnet/minecraft/class_382;field_2276:F
named minU
Lnet/minecraft/client/font/GlyphRenderer;minU:F
-
maxU
private final float maxU- Mappings:
Namespace Name Mixin selector official c
Levi;c:F
intermediary field_2275
Lnet/minecraft/class_382;field_2275:F
named maxU
Lnet/minecraft/client/font/GlyphRenderer;maxU:F
-
minV
private final float minV- Mappings:
Namespace Name Mixin selector official d
Levi;d:F
intermediary field_2274
Lnet/minecraft/class_382;field_2274:F
named minV
Lnet/minecraft/client/font/GlyphRenderer;minV:F
-
maxV
private final float maxV- Mappings:
Namespace Name Mixin selector official e
Levi;e:F
intermediary field_2273
Lnet/minecraft/class_382;field_2273:F
named maxV
Lnet/minecraft/client/font/GlyphRenderer;maxV:F
-
minX
private final float minX- Mappings:
Namespace Name Mixin selector official f
Levi;f:F
intermediary field_2272
Lnet/minecraft/class_382;field_2272:F
named minX
Lnet/minecraft/client/font/GlyphRenderer;minX:F
-
maxX
private final float maxX- Mappings:
Namespace Name Mixin selector official g
Levi;g:F
intermediary field_2280
Lnet/minecraft/class_382;field_2280:F
named maxX
Lnet/minecraft/client/font/GlyphRenderer;maxX:F
-
minY
private final float minY- Mappings:
Namespace Name Mixin selector official h
Levi;h:F
intermediary field_2279
Lnet/minecraft/class_382;field_2279:F
named minY
Lnet/minecraft/client/font/GlyphRenderer;minY:F
-
maxY
private final float maxY- Mappings:
Namespace Name Mixin selector official i
Levi;i:F
intermediary field_2278
Lnet/minecraft/class_382;field_2278:F
named maxY
Lnet/minecraft/client/font/GlyphRenderer;maxY: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 official <init>
Levi;<init>(Levg;FFFFFFFF)V
intermediary <init>
Lnet/minecraft/class_382;<init>(Lnet/minecraft/class_8538;FFFFFFFF)V
named <init>
Lnet/minecraft/client/font/GlyphRenderer;<init>(Lnet/minecraft/client/font/TextRenderLayerSet;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 official a
Levi;a(ZFFLorg/joml/Matrix4f;Lelt;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
-
drawRectangle
public void drawRectangle(GlyphRenderer.Rectangle rectangle, Matrix4f matrix, VertexConsumer vertexConsumer, int light) - Mappings:
Namespace Name Mixin selector official a
Levi;a(Levi$a;Lorg/joml/Matrix4f;Lelt;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
named drawRectangle
Lnet/minecraft/client/font/GlyphRenderer;drawRectangle(Lnet/minecraft/client/font/GlyphRenderer$Rectangle;Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;I)V
-
getLayer
- Mappings:
Namespace Name Mixin selector official a
Levi;a(Lesd$a;)Lfom;
intermediary method_24045
Lnet/minecraft/class_382;method_24045(Lnet/minecraft/class_327$class_6415;)Lnet/minecraft/class_1921;
named getLayer
Lnet/minecraft/client/font/GlyphRenderer;getLayer(Lnet/minecraft/client/font/TextRenderer$TextLayerType;)Lnet/minecraft/client/render/RenderLayer;
-