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 classBitmapFont.LoaderclassTrueTypeFontLoaderstatic classUnicodeTextureFont.LoaderFields in net.minecraft.client.font with type parameters of type FontLoader Modifier and Type Field Description private Function<JsonObject,FontLoader>FontType. loaderFactoryMethods in net.minecraft.client.font that return FontLoader Modifier and Type Method Description FontLoaderFontType. createLoader(JsonObject json)static FontLoaderTrueTypeFontLoader. fromJson(JsonObject json)static FontLoaderUnicodeTextureFont.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)