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 voidFontRenderer. 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 classEmptyGlyphFields in net.minecraft.client.gui.fonts declared as TexturedGlyph Modifier and Type Field Description private TexturedGlyphFont. missingGlyphprivate TexturedGlyphFont. whiteGlyphFields 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. glyphsMethods in net.minecraft.client.gui.fonts that return TexturedGlyph Modifier and Type Method Description TexturedGlyphFontTexture. add(IGlyphInfo p_211131_1_)TexturedGlyphFont. getGlyph(int p_238559_1_)TexturedGlyphFont. getRandomGlyph(IGlyph p_211188_1_)private TexturedGlyphFont. stitch(IGlyphInfo p_211185_1_)TexturedGlyphFont. whiteGlyph()
-