Class UnicodeTextureGlyphProvider.Factory
- java.lang.Object
-
- net.minecraft.client.gui.fonts.providers.UnicodeTextureGlyphProvider.Factory
-
- All Implemented Interfaces:
IGlyphProviderFactory
- Enclosing class:
- UnicodeTextureGlyphProvider
public static class UnicodeTextureGlyphProvider.Factory extends java.lang.Object implements IGlyphProviderFactory
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceLocationmetadataprivate java.lang.StringtexturePattern
-
Constructor Summary
Constructors Constructor Description Factory(ResourceLocation p_i49760_1_, java.lang.String p_i49760_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IGlyphProvidercreate(IResourceManager p_211246_1_)static IGlyphProviderFactoryfromJson(com.google.gson.JsonObject p_211629_0_)
-
-
-
Field Detail
-
metadata
private final ResourceLocation metadata
-
texturePattern
private final java.lang.String texturePattern
-
-
Constructor Detail
-
Factory
public Factory(ResourceLocation p_i49760_1_, java.lang.String p_i49760_2_)
-
-
Method Detail
-
fromJson
public static IGlyphProviderFactory fromJson(com.google.gson.JsonObject p_211629_0_)
-
create
@Nullable public IGlyphProvider create(IResourceManager p_211246_1_)
- Specified by:
createin interfaceIGlyphProviderFactory
-
-