Package net.minecraft.client.gui.fonts
Class EmptyGlyph
- java.lang.Object
-
- net.minecraft.client.gui.fonts.TexturedGlyph
-
- net.minecraft.client.gui.fonts.EmptyGlyph
-
public class EmptyGlyph extends TexturedGlyph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.client.gui.fonts.TexturedGlyph
TexturedGlyph.Effect
-
-
Constructor Summary
Constructors Constructor Description EmptyGlyph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(boolean p_225595_1_, float p_225595_2_, float p_225595_3_, Matrix4f p_225595_4_, IVertexBuilder p_225595_5_, float p_225595_6_, float p_225595_7_, float p_225595_8_, float p_225595_9_, int p_225595_10_)
-
Methods inherited from class net.minecraft.client.gui.fonts.TexturedGlyph
renderEffect, renderType
-
-
-
-
Method Detail
-
render
public void render(boolean p_225595_1_, float p_225595_2_, float p_225595_3_, Matrix4f p_225595_4_, IVertexBuilder p_225595_5_, float p_225595_6_, float p_225595_7_, float p_225595_8_, float p_225595_9_, int p_225595_10_)
- Overrides:
render
in classTexturedGlyph
-
-