Uses of Interface
net.minecraft.client.font.FontLoader
Package | Description |
---|---|
net.minecraft.client.font |
-
Uses of FontLoader in net.minecraft.client.font
Classes in net.minecraft.client.font that implement FontLoader Modifier and Type Class Description static class
BitmapFont.Loader
class
TrueTypeFontLoader
static class
UnicodeTextureFont.Loader
Fields in net.minecraft.client.font with type parameters of type FontLoader Modifier and Type Field Description private Function<JsonObject,FontLoader>
FontType. loaderFactory
Methods in net.minecraft.client.font that return FontLoader Modifier and Type Method Description FontLoader
FontType. createLoader(JsonObject json)
static FontLoader
TrueTypeFontLoader. fromJson(JsonObject json)
static FontLoader
UnicodeTextureFont.Loader. fromJson(JsonObject json)
Constructor parameters in net.minecraft.client.font with type arguments of type FontLoader Constructor Description FontType(String id, Function<JsonObject,FontLoader> factory)