Uses of Interface
net.minecraft.client.font.Font
Packages that use Font
-
Uses of Font in net.minecraft.client.font
Classes in net.minecraft.client.font that implement FontModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.client.font declared as FontModifier and TypeFieldDescriptionprivate final FontFont.class_9241.providerThe field for theproviderrecord component.Fields in net.minecraft.client.font with type parameters of type FontModifier and TypeFieldDescriptionFontManager.ProviderIndex.allProvidersThe field for theallProvidersrecord component.FontStorage.field_49121FontManager.fontsprivate final com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,Identifier> FontManager.Builder.resultThe field for theresultrecord component.Methods in net.minecraft.client.font that return FontModifier and TypeMethodDescriptionprivate FontBitmapFont.Loader.load(ResourceManager resourceManager) FontLoader.Loadable.load(ResourceManager resourceManager) private FontTrueTypeFontLoader.load(ResourceManager resourceManager) private FontUnihexFont.Loader.load(ResourceManager resourceManager) Font.class_9241.provider()Returns the value of theproviderrecord component.Methods in net.minecraft.client.font that return types with arguments of type FontModifier and TypeMethodDescriptionFontManager.ProviderIndex.allProviders()Returns the value of theallProvidersrecord component.private Stream<CompletableFuture<Optional<Font>>>FontManager.FontEntry.getImmediateProviders()private CompletableFuture<Optional<Font>>FontManager.load(FontManager.FontKey key, FontLoader.Loadable loadable, ResourceManager resourceManager, Executor executor) FontStorage.method_57037(List<Font.class_9241> list, Set<class_9243> set) com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,Identifier> FontManager.Builder.result()Returns the value of theresultrecord component.Method parameters in net.minecraft.client.font with type arguments of type FontModifier and TypeMethodDescriptionvoidFontManager.FontEntry.addBuilder(FontManager.FontKey key, class_9243.class_9244 class_9244, CompletableFuture<Optional<Font>> completableFuture) Constructors in net.minecraft.client.font with parameters of type FontConstructor parameters in net.minecraft.client.font with type arguments of type FontModifierConstructorDescription(package private)Builder(FontManager.FontKey fontKey, class_9243.class_9244 class_9244, com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>, Identifier> either) (package private)ProviderIndex(Map<Identifier, List<Font.class_9241>> map, List<Font> list)