Uses of Class
net.minecraft.client.font.GlyphContainer
Packages that use GlyphContainer
-
Uses of GlyphContainer in net.minecraft.client.font
Fields in net.minecraft.client.font declared as GlyphContainerModifier and TypeFieldDescriptionprivate final GlyphContainer<FontStorage.GlyphPair>
FontStorage.glyphCache
private final GlyphContainer<GlyphRenderer>
FontStorage.glyphRendererCache
private final GlyphContainer<BitmapFont.BitmapFontGlyph>
BitmapFont.glyphs
private final GlyphContainer<UnihexFont.UnicodeTextureGlyph>
UnihexFont.glyphs
Constructors in net.minecraft.client.font with parameters of type GlyphContainerModifierConstructorDescription(package private)
BitmapFont
(NativeImage image, GlyphContainer<BitmapFont.BitmapFontGlyph> glyphs) (package private)