Uses of Class
net.minecraft.client.gui.fonts.TexturedGlyph
-
Packages that use TexturedGlyph Package Description net.minecraft.client.gui net.minecraft.client.gui.fonts -
-
Uses of TexturedGlyph in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TexturedGlyph Modifier and Type Method Description private void
FontRenderer. renderChar(TexturedGlyph p_228077_1_, boolean p_228077_2_, boolean p_228077_3_, float p_228077_4_, float p_228077_5_, float p_228077_6_, Matrix4f p_228077_7_, IVertexBuilder p_228077_8_, float p_228077_9_, float p_228077_10_, float p_228077_11_, float p_228077_12_, int p_228077_13_)
-
Uses of TexturedGlyph in net.minecraft.client.gui.fonts
Subclasses of TexturedGlyph in net.minecraft.client.gui.fonts Modifier and Type Class Description class
EmptyGlyph
Fields in net.minecraft.client.gui.fonts declared as TexturedGlyph Modifier and Type Field Description private TexturedGlyph
Font. missingGlyph
private TexturedGlyph
Font. whiteGlyph
Fields in net.minecraft.client.gui.fonts with type parameters of type TexturedGlyph Modifier and Type Field Description private it.unimi.dsi.fastutil.ints.Int2ObjectMap<TexturedGlyph>
Font. glyphs
Methods in net.minecraft.client.gui.fonts that return TexturedGlyph Modifier and Type Method Description TexturedGlyph
FontTexture. add(IGlyphInfo p_211131_1_)
TexturedGlyph
Font. getGlyph(int p_238559_1_)
TexturedGlyph
Font. getRandomGlyph(IGlyph p_211188_1_)
private TexturedGlyph
Font. stitch(IGlyphInfo p_211185_1_)
TexturedGlyph
Font. whiteGlyph()
-