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 classclassclassstatic classFields in net.minecraft.client.font with type parameters of type FontLoaderModifier and TypeFieldDescriptionprivate final Function<JsonObject,FontLoader> FontType.loaderFactoryMethods in net.minecraft.client.font that return FontLoaderModifier and TypeMethodDescriptionFontType.createLoader(JsonObject json) static FontLoaderReferenceFont.fromJson(JsonObject json) static FontLoaderSpaceFont.fromJson(JsonObject json) static FontLoaderTrueTypeFontLoader.fromJson(JsonObject json) static FontLoaderUnihexFont.Loader.fromJson(JsonObject json) Methods in net.minecraft.client.font that return types with arguments of type FontLoaderModifier and TypeMethodDescriptionprivate static List<com.mojang.datafixers.util.Pair<FontManager.FontKey,FontLoader>> FontManager.loadFontProviders(List<Resource> fontResources, Identifier id) Constructor parameters in net.minecraft.client.font with type arguments of type FontLoaderModifierConstructorDescriptionprivateFontType(String id, Function<JsonObject, FontLoader> factory)