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 classDefaultGlyphclassWhiteGlyphMethods in net.minecraft.client.gui.fonts that return IGlyphInfo Modifier and Type Method Description private IGlyphInfoFont. getRaw(int p_212455_1_)Methods in net.minecraft.client.gui.fonts with parameters of type IGlyphInfo Modifier and Type Method Description TexturedGlyphFontTexture. add(IGlyphInfo p_211131_1_)(package private) FontTexture.EntryFontTexture.Entry. insert(IGlyphInfo p_211224_1_)private TexturedGlyphFont. 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 classTextureGlyphProvider.GlyphInfo(package private) classTrueTypeGlyphProvider.GlpyhInfo(package private) static classUnicodeTextureGlyphProvider.GlpyhInfoMethods in net.minecraft.client.gui.fonts.providers that return IGlyphInfo Modifier and Type Method Description IGlyphInfoDefaultGlyphProvider. getGlyph(int p_212248_1_)default IGlyphInfoIGlyphProvider. getGlyph(int p_212248_1_)IGlyphInfoTextureGlyphProvider. getGlyph(int p_212248_1_)IGlyphInfoUnicodeTextureGlyphProvider. getGlyph(int p_212248_1_)
-