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 FontLoader -
Uses of FontLoader in net.minecraft.client.font
Classes in net.minecraft.client.font that implement FontLoaderModifier and TypeClassDescriptionstatic final record
final record
static final record
static class
Fields in net.minecraft.client.font with type parameters of type FontLoaderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FontLoader>
FontLoader.field_44801
private final com.mojang.serialization.MapCodec<? extends FontLoader>
FontType.field_44803
private final List<FontLoader>
FontManager.class_8556.providers
The field for theproviders
record component.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) com.mojang.serialization.MapCodec<? extends FontLoader>
FontType.method_51758()
FontManager.class_8556.providers()
Returns the value of theproviders
record component.Constructor parameters in net.minecraft.client.font with type arguments of type FontLoaderModifierConstructorDescriptionprivate
class_8556
(List<FontLoader> list) private
FontType
(String id, com.mojang.serialization.MapCodec<? extends FontLoader> mapCodec)