Uses of Interface
net.minecraft.client.font.FontLoader
Packages that use FontLoader
-
Uses of FontLoader in net.minecraft.client.font
Classes in net.minecraft.client.font that implement FontLoaderModifier and TypeClassDescriptionstatic class
class
static class
Fields in net.minecraft.client.font with type parameters of type FontLoaderModifier and TypeFieldDescriptionprivate final Function<JsonObject,
FontLoader> FontType.loaderFactory
Methods in net.minecraft.client.font that return FontLoaderModifier and TypeMethodDescriptionFontType.createLoader
(JsonObject json) static FontLoader
SpaceFont.fromJson
(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 FontLoaderModifierConstructorDescriptionprivate
FontType
(String id, Function<JsonObject, FontLoader> factory)