Uses of Interface
net.minecraft.client.font.FontLoader
Packages that use FontLoader
Package
Description
The base package for all Minecraft classes.
-
Uses of FontLoader in net.minecraft
Classes in net.minecraft that implement FontLoaderMethods in net.minecraft that return FontLoaderModifier and TypeMethodDescriptionstatic FontLoaderclass_8541.method_51646(JsonObject jsonObject) -
Uses of FontLoader in net.minecraft.client.font
Classes in net.minecraft.client.font that implement FontLoaderModifier and TypeClassDescriptionstatic classclassstatic 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 FontLoaderSpaceFont.fromJson(JsonObject json) static FontLoaderTrueTypeFontLoader.fromJson(JsonObject json) static FontLoaderUnicodeTextureFont.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.class_8534,FontLoader>> FontManager.method_51619(List<Resource> list, Identifier identifier) Constructor parameters in net.minecraft.client.font with type arguments of type FontLoaderModifierConstructorDescriptionprivateFontType(String id, Function<JsonObject, FontLoader> factory)