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 TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.client.font declared as FontModifier and TypeFieldDescriptionprivate final Font
Font.FontFilterPair.provider
The field for theprovider
record component.Fields in net.minecraft.client.font with type parameters of type FontModifier and TypeFieldDescriptionFontManager.ProviderIndex.allProviders
The field for theallProviders
record component.FontStorage.availableFonts
FontManager.fonts
private final com.mojang.datafixers.util.Either
<CompletableFuture<Optional<Font>>, Identifier> FontManager.Builder.result
The field for theresult
record component.Methods in net.minecraft.client.font that return FontModifier and TypeMethodDescriptionprivate Font
BitmapFont.Loader.load
(ResourceManager resourceManager) FontLoader.Loadable.load
(ResourceManager resourceManager) private Font
TrueTypeFontLoader.load
(ResourceManager resourceManager) private Font
UnihexFont.Loader.load
(ResourceManager resourceManager) Font.FontFilterPair.provider()
Returns the value of theprovider
record component.Methods in net.minecraft.client.font that return types with arguments of type FontModifier and TypeMethodDescriptionFontManager.ProviderIndex.allProviders()
Returns the value of theallProviders
record component.FontStorage.applyFilters
(List<Font.FontFilterPair> allFonts, Set<FontFilterType> activeFilters) private Stream
<CompletableFuture<Optional<Font>>> FontManager.FontEntry.getImmediateProviders()
private CompletableFuture
<Optional<Font>> FontManager.load
(FontManager.FontKey key, FontLoader.Loadable loadable, ResourceManager resourceManager, Executor executor) com.mojang.datafixers.util.Either
<CompletableFuture<Optional<Font>>, Identifier> FontManager.Builder.result()
Returns the value of theresult
record component.Method parameters in net.minecraft.client.font with type arguments of type FontModifier and TypeMethodDescriptionvoid
FontManager.FontEntry.addBuilder
(FontManager.FontKey key, FontFilterType.FilterMap filters, CompletableFuture<Optional<Font>> fontFuture) 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, FontFilterType.FilterMap filterMap, com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>, Identifier> either) (package private)
ProviderIndex
(Map<Identifier, List<Font.FontFilterPair>> map, List<Font> list)