Uses of Interface
net.minecraft.client.font.FontLoader
-
Uses of FontLoader in net.minecraft.client.font
Modifier and TypeClassDescriptionstatic final record
final record
static final record
final record
static class
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FontLoader>
FontLoader.CODEC
private final com.mojang.serialization.MapCodec<? extends FontLoader>
FontType.loaderCodec
private final List<FontLoader>
FontManager.Providers.providers
The field for theproviders
record component.Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends FontLoader>
FontType.getLoaderCodec()
private static List<com.mojang.datafixers.util.Pair<FontManager.FontKey,
FontLoader>> FontManager.loadFontProviders
(List<Resource> fontResources, Identifier id) FontManager.Providers.providers()
Returns the value of theproviders
record component.ModifierConstructorDescriptionprivate
FontType
(String id, com.mojang.serialization.MapCodec<? extends FontLoader> loaderCodec) private
Providers
(List<FontLoader> list)