Uses of Class
net.minecraft.client.gui.fonts.TexturedGlyph
Packages that use TexturedGlyph
-
Uses of TexturedGlyph in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TexturedGlyphModifier and TypeMethodDescriptionprivate 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.fontsFields in net.minecraft.client.gui.fonts declared as TexturedGlyphModifier and TypeFieldDescriptionprivate TexturedGlyph
Font.missingGlyph
private TexturedGlyph
Font.whiteGlyph
Fields in net.minecraft.client.gui.fonts with type parameters of type TexturedGlyphModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<TexturedGlyph>
Font.glyphs
Methods in net.minecraft.client.gui.fonts that return TexturedGlyphModifier and TypeMethodDescriptionFontTexture.add
(IGlyphInfo p_211131_1_) Font.getGlyph
(int p_238559_1_) Font.getRandomGlyph
(IGlyph p_211188_1_) private TexturedGlyph
Font.stitch
(IGlyphInfo p_211185_1_) Font.whiteGlyph()