Package net.minecraft.client.font
Class UnicodeTextureFont.Loader
java.lang.Object
net.minecraft.client.font.UnicodeTextureFont.Loader
- All Implemented Interfaces:
FontLoader
- Enclosing class:
- UnicodeTextureFont
@Environment(CLIENT) public static class UnicodeTextureFont.Loader extends Object implements FontLoader
-
Field Summary
Fields Modifier and Type Field Description private Identifiersizesprivate Stringtemplate -
Constructor Summary
Constructors Constructor Description Loader(Identifier sizes, String template) -
Method Summary
Modifier and Type Method Description static FontLoaderfromJson(JsonObject json)Fontload(ResourceManager manager)
-
Field Details
-
sizes
-
template
-
-
Constructor Details
-
Loader
-
-
Method Details
-
fromJson
-
load
- Specified by:
loadin interfaceFontLoader
-