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 interfaceIGlyphInfoClasses in net.minecraft.client.gui.fonts that implement IGlyph Modifier and Type Class Description classDefaultGlyphclassWhiteGlyphFields in net.minecraft.client.gui.fonts declared as IGlyph Modifier and Type Field Description private static IGlyphFont. SPACE_INFOFields 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. glyphInfosMethods in net.minecraft.client.gui.fonts that return IGlyph Modifier and Type Method Description IGlyphFont. getGlyphInfo(int p_238557_1_)Methods in net.minecraft.client.gui.fonts with parameters of type IGlyph Modifier and Type Method Description TexturedGlyphFont. 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 classTextureGlyphProvider.GlyphInfo(package private) classTrueTypeGlyphProvider.GlpyhInfo(package private) static classUnicodeTextureGlyphProvider.GlpyhInfo
-