Package net.minecraft.client.font
Class EmptyGlyphRenderer
java.lang.Object
net.minecraft.client.font.GlyphRenderer
net.minecraft.client.font.EmptyGlyphRenderer
- Mappings:
Namespace Name official eqi
intermediary net/minecraft/class_384
named net/minecraft/client/font/EmptyGlyphRenderer
-
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 official a
Leqi;a:Leqi;
intermediary field_38311
Lnet/minecraft/class_384;field_38311:Lnet/minecraft/class_384;
named INSTANCE
Lnet/minecraft/client/font/EmptyGlyphRenderer;INSTANCE:Lnet/minecraft/client/font/EmptyGlyphRenderer;
-
-
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 official a
Leqh;a(ZFFLorg/joml/Matrix4f;Lehi;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
-