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 FontLoader
class_8541.method_51646
(JsonObject jsonObject) -
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) 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 FontLoaderModifierConstructorDescriptionprivate
FontType
(String id, Function<JsonObject, FontLoader> factory)