Package net.minecraft.client.font
Class EmptyGlyphRenderer
java.lang.Object
net.minecraft.client.font.GlyphRenderer
net.minecraft.client.font.EmptyGlyphRenderer
@Environment(CLIENT) public class EmptyGlyphRenderer extends GlyphRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.font.GlyphRenderer
GlyphRenderer.Rectangle -
Constructor Summary
Constructors Constructor Description EmptyGlyphRenderer() -
Method Summary
Modifier and Type Method Description voiddraw(boolean italic, float x, float y, Matrix4f matrix, VertexConsumer vertexConsumer, float red, float green, float blue, float alpha, int light)
-
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
-