Package | Description |
---|---|
net.minecraft.client.gui.fonts.providers |
Modifier and Type | Class and Description |
---|---|
static class |
TextureGlyphProvider.Factory |
class |
TrueTypeGlyphProviderFactory |
static class |
UnicodeTextureGlyphProvider.Factory |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<com.google.gson.JsonObject,IGlyphProviderFactory> |
GlyphProviderTypes.factoryDeserializer |
Modifier and Type | Method and Description |
---|---|
static IGlyphProviderFactory |
TrueTypeGlyphProviderFactory.deserialize(com.google.gson.JsonObject p_211624_0_) |
static IGlyphProviderFactory |
UnicodeTextureGlyphProvider.Factory.deserialize(com.google.gson.JsonObject p_211629_0_) |
IGlyphProviderFactory |
GlyphProviderTypes.getFactory(com.google.gson.JsonObject jsonIn) |
Constructor and Description |
---|
GlyphProviderTypes(java.lang.String typeIn,
java.util.function.Function<com.google.gson.JsonObject,IGlyphProviderFactory> factoryIn) |