Uses of Interface
net.minecraft.client.font.FontLoader
Packages that use 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
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.CODEC
private final com.mojang.serialization.MapCodec<? extends FontLoader>
FontType.loaderCodec
private final List<FontLoader>
FontManager.Providers.providers
The field for theproviders
record component.Methods in net.minecraft.client.font that return types with arguments of type FontLoaderModifier 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.Constructor parameters in net.minecraft.client.font with type arguments of type FontLoaderModifierConstructorDescriptionprivate
FontType
(String id, com.mojang.serialization.MapCodec<? extends FontLoader> loaderCodec) private
Providers
(List<FontLoader> list)