public static class TextureGlyphProvider.Factory extends java.lang.Object implements IGlyphProviderFactory
Constructor and Description |
---|
Factory(ResourceLocation textureLocationIn,
int heightIn,
int ascentIn,
java.util.List<java.lang.String> listCharRowsIn) |
Modifier and Type | Method and Description |
---|---|
IGlyphProvider |
create(IResourceManager resourceManagerIn) |
static TextureGlyphProvider.Factory |
deserialize(com.google.gson.JsonObject jsonIn) |
public Factory(ResourceLocation textureLocationIn, int heightIn, int ascentIn, java.util.List<java.lang.String> listCharRowsIn)
public static TextureGlyphProvider.Factory deserialize(com.google.gson.JsonObject jsonIn)
@Nullable public IGlyphProvider create(IResourceManager resourceManagerIn)
create
in interface IGlyphProviderFactory