Package | Description |
---|---|
net.minecraft.client.gui.fonts | |
net.minecraft.client.gui.fonts.providers |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGlyph |
class |
WhiteGlyph |
Modifier and Type | Method and Description |
---|---|
private IGlyphInfo |
Font.getGlyphInfo(char p_212455_1_) |
Modifier and Type | Method and Description |
---|---|
TexturedGlyph |
FontTexture.createTexturedGlyph(IGlyphInfo glyphInfoIn) |
private TexturedGlyph |
Font.createTexturedGlyph(IGlyphInfo glyphInfoIn) |
(package private) FontTexture.Entry |
FontTexture.Entry.func_211224_a(IGlyphInfo p_211224_1_) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TextureGlyphProvider.GlyphInfo |
(package private) class |
TrueTypeGlyphProvider.GlpyhInfo |
(package private) static class |
UnicodeTextureGlyphProvider.GlpyhInfo |
Modifier and Type | Method and Description |
---|---|
IGlyphInfo |
UnicodeTextureGlyphProvider.getGlyphInfo(char character) |
IGlyphInfo |
DefaultGlyphProvider.getGlyphInfo(char character) |
IGlyphInfo |
TextureGlyphProvider.getGlyphInfo(char character) |
default IGlyphInfo |
IGlyphProvider.getGlyphInfo(char character) |