Uses of Interface
net.minecraft.client.gui.fonts.IGlyph
-
Packages that use IGlyph Package Description net.minecraft.client.gui.fonts net.minecraft.client.gui.fonts.providers -
-
Uses of IGlyph in net.minecraft.client.gui.fonts
Subinterfaces of IGlyph in net.minecraft.client.gui.fonts Modifier and Type Interface Description interface
IGlyphInfo
Classes in net.minecraft.client.gui.fonts that implement IGlyph Modifier and Type Class Description class
DefaultGlyph
class
WhiteGlyph
Fields in net.minecraft.client.gui.fonts declared as IGlyph Modifier and Type Field Description private static IGlyph
Font. SPACE_INFO
Fields in net.minecraft.client.gui.fonts with type parameters of type IGlyph Modifier and Type Field Description private it.unimi.dsi.fastutil.ints.Int2ObjectMap<IGlyph>
Font. glyphInfos
Methods in net.minecraft.client.gui.fonts that return IGlyph Modifier and Type Method Description IGlyph
Font. getGlyphInfo(int p_238557_1_)
Methods in net.minecraft.client.gui.fonts with parameters of type IGlyph Modifier and Type Method Description TexturedGlyph
Font. getRandomGlyph(IGlyph p_211188_1_)
-
Uses of IGlyph in net.minecraft.client.gui.fonts.providers
Classes in net.minecraft.client.gui.fonts.providers that implement IGlyph Modifier and Type Class Description (package private) static class
TextureGlyphProvider.GlyphInfo
(package private) class
TrueTypeGlyphProvider.GlpyhInfo
(package private) static class
UnicodeTextureGlyphProvider.GlpyhInfo
-