Uses of Interface
net.minecraft.client.font.Glyph
Package | Description |
---|---|
net.minecraft.client.font |
-
Uses of Glyph in net.minecraft.client.font
Subinterfaces of Glyph in net.minecraft.client.font Modifier and Type Interface Description interface
RenderableGlyph
Classes in net.minecraft.client.font that implement Glyph Modifier and Type Class Description (package private) static class
BitmapFont.BitmapFontGlyph
class
BlankGlyph
(package private) class
TrueTypeFont.TtfGlyph
(package private) static class
UnicodeTextureFont.UnicodeTextureGlyph
class
WhiteRectangleGlyph
Fields in net.minecraft.client.font declared as Glyph Modifier and Type Field Description private static Glyph
FontStorage. SPACE
Fields in net.minecraft.client.font with type parameters of type Glyph Modifier and Type Field Description private Int2ObjectMap<Glyph>
FontStorage. glyphCache
Methods in net.minecraft.client.font that return Glyph Modifier and Type Method Description Glyph
FontStorage. getGlyph(int int2)
Methods in net.minecraft.client.font with parameters of type Glyph Modifier and Type Method Description GlyphRenderer
FontStorage. getObfuscatedGlyphRenderer(Glyph glyph)