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
Methods in net.minecraft that return FontLoaderModifier and TypeMethodDescriptionstatic FontLoaderclass_7166.method_41715(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 FontLoaderTrueTypeFontLoader.fromJson(JsonObject json) static FontLoaderUnicodeTextureFont.Loader.fromJson(JsonObject json) Constructor parameters in net.minecraft.client.font with type arguments of type FontLoaderModifierConstructorDescriptionprivateFontType(String id, Function<JsonObject, FontLoader> factory)