@Environment(value=CLIENT) public static class UnicodeTextureFont.Loader extends Object implements FontLoader
Modifier and Type | Field and Description |
---|---|
private Identifier |
sizes |
private String |
template |
Constructor and Description |
---|
Loader(Identifier sizes,
String template) |
Modifier and Type | Method and Description |
---|---|
static FontLoader |
fromJson(JsonObject json) |
Font |
load(ResourceManager manager) |
private final Identifier sizes
private final String template
public Loader(Identifier sizes, String template)
public static FontLoader fromJson(JsonObject json)
@Nullable public Font load(ResourceManager manager)
load
in interface FontLoader