Uses of Interface
net.minecraft.client.gui.fonts.IGlyphInfo
-
Packages that use IGlyphInfo Package Description net.minecraft.client.gui.fonts net.minecraft.client.gui.fonts.providers -
-
Uses of IGlyphInfo in net.minecraft.client.gui.fonts
Classes in net.minecraft.client.gui.fonts that implement IGlyphInfo Modifier and Type Class Description class
DefaultGlyph
class
WhiteGlyph
Methods in net.minecraft.client.gui.fonts that return IGlyphInfo Modifier and Type Method Description private IGlyphInfo
Font. getRaw(int p_212455_1_)
Methods in net.minecraft.client.gui.fonts with parameters of type IGlyphInfo Modifier and Type Method Description TexturedGlyph
FontTexture. add(IGlyphInfo p_211131_1_)
(package private) FontTexture.Entry
FontTexture.Entry. insert(IGlyphInfo p_211224_1_)
private TexturedGlyph
Font. stitch(IGlyphInfo p_211185_1_)
-
Uses of IGlyphInfo in net.minecraft.client.gui.fonts.providers
Classes in net.minecraft.client.gui.fonts.providers that implement IGlyphInfo Modifier and Type Class Description (package private) static class
TextureGlyphProvider.GlyphInfo
(package private) class
TrueTypeGlyphProvider.GlpyhInfo
(package private) static class
UnicodeTextureGlyphProvider.GlpyhInfo
Methods in net.minecraft.client.gui.fonts.providers that return IGlyphInfo Modifier and Type Method Description IGlyphInfo
DefaultGlyphProvider. getGlyph(int p_212248_1_)
default IGlyphInfo
IGlyphProvider. getGlyph(int p_212248_1_)
IGlyphInfo
TextureGlyphProvider. getGlyph(int p_212248_1_)
IGlyphInfo
UnicodeTextureGlyphProvider. getGlyph(int p_212248_1_)
-