Package net.minecraft.client.font
Class EmptyGlyphRenderer
java.lang.Object
net.minecraft.client.font.GlyphRenderer
net.minecraft.client.font.EmptyGlyphRenderer
- Mappings:
Namespace Name official ebvintermediary net/minecraft/class_384named net/minecraft/client/font/EmptyGlyphRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.font.GlyphRenderer
GlyphRenderer.Rectangle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(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
-
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:
drawin classGlyphRenderer- Mappings:
Namespace Name Mixin selector official aLebu;a(ZFFLd;Ldtq;FFFFI)Vintermediary method_2025Lnet/minecraft/class_382;method_2025(ZFFLnet/minecraft/class_1159;Lnet/minecraft/class_4588;FFFFI)Vnamed drawLnet/minecraft/client/font/GlyphRenderer;draw(ZFFLnet/minecraft/util/math/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;FFFFI)V
-