Uses of Record Class
net.minecraft.client.font.FontManager.FontKey
Packages that use FontManager.FontKey
-
Uses of FontManager.FontKey in net.minecraft.client.font
Fields in net.minecraft.client.font declared as FontManager.FontKeyModifier and TypeFieldDescriptionprivate final FontManager.FontKey
FontManager.Builder.id
The field for theid
record component.Methods in net.minecraft.client.font that return FontManager.FontKeyModifier and TypeMethodDescriptionFontManager.Builder.id()
Returns the value of theid
record component.Methods in net.minecraft.client.font that return types with arguments of type FontManager.FontKeyModifier and TypeMethodDescriptionprivate static List<com.mojang.datafixers.util.Pair<FontManager.FontKey,
FontLoader>> FontManager.loadFontProviders
(List<Resource> fontResources, Identifier id) Methods in net.minecraft.client.font with parameters of type FontManager.FontKeyModifier and TypeMethodDescriptionvoid
FontManager.FontEntry.addBuilder
(FontManager.FontKey key, CompletableFuture<Optional<Font>> provider) void
FontManager.FontEntry.addReferenceBuilder
(FontManager.FontKey key, FontLoader.Reference reference) private CompletableFuture<Optional<Font>>
FontManager.load
(FontManager.FontKey key, FontLoader.Loadable loadable, ResourceManager resourceManager, Executor executor) Constructors in net.minecraft.client.font with parameters of type FontManager.FontKeyModifierConstructorDescription(package private)
Builder
(FontManager.FontKey fontKey, com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>, Identifier> either)