Uses of Interface
net.minecraft.client.font.Font
-
Uses of Font in net.minecraft.client.font
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionprivate final Font
Font.FontFilterPair.provider
The field for theprovider
record component.Modifier 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.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
FontManager.FontEntry.addBuilder
(FontManager.FontKey key, FontFilterType.FilterMap filters, CompletableFuture<Optional<Font>> fontFuture) ModifierConstructorDescription(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)