Package net.minecraft.client.font
Class EmptyGlyphRenderer
java.lang.Object
net.minecraft.client.font.GlyphRenderer
net.minecraft.client.font.EmptyGlyphRenderer
- Mappings:
Namespace Name named net/minecraft/client/font/EmptyGlyphRenderer
intermediary net/minecraft/class_384
official fkc
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.font.GlyphRenderer
GlyphRenderer.Rectangle
-
Field Summary
-
Constructor Summary
-
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) Methods inherited from class net.minecraft.client.font.GlyphRenderer
drawRectangle, getLayer
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector named INSTANCE
Lnet/minecraft/client/font/EmptyGlyphRenderer;INSTANCE:Lnet/minecraft/client/font/EmptyGlyphRenderer;
intermediary field_38311
Lnet/minecraft/class_384;field_38311:Lnet/minecraft/class_384;
official a
Lfkc;a:Lfkc;
-
-
Constructor Details
-
EmptyGlyphRenderer
public EmptyGlyphRenderer()
-
-
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) - Overrides:
draw
in classGlyphRenderer
- 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
-