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 with type parameters of type FontModifier and TypeFieldDescriptionFontManager.class_8536.allProviders
The field for theallProviders
record component.FontManager.field_44758
FontStorage.fonts
private final Map<Identifier,
List<Font>> FontManager.class_8536.providers
The field for theproviders
record component.private final com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,
Identifier> FontManager.class_8535.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.class_8539.load
(ResourceManager resourceManager) private Font
TrueTypeFontLoader.method_51650
(ResourceManager resourceManager) private Font
UnicodeTextureFont.Loader.method_51658
(ResourceManager resourceManager) Methods in net.minecraft.client.font that return types with arguments of type FontModifier and TypeMethodDescriptionFontManager.class_8536.allProviders()
Returns the value of theallProviders
record component.private CompletableFuture<Optional<Font>>
FontManager.method_51613
(FontManager.class_8534 class_8534, FontLoader.class_8539 class_8539, ResourceManager resourceManager, Executor executor) private Map<Identifier,
List<Font>> FontManager.method_51617
(List<FontManager.class_8537> list) FontManager.class_8535.method_51629
(Function<Identifier, List<Font>> function) FontManager.class_8537.method_51634
(Function<Identifier, List<Font>> function) private Stream<CompletableFuture<Optional<Font>>>
FontManager.class_8537.method_51635()
FontManager.class_8536.providers()
Returns the value of theproviders
record component.com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,
Identifier> FontManager.class_8535.result()
Returns the value of theresult
record component.Methods in net.minecraft.client.font with parameters of type FontModifier and TypeMethodDescriptionprivate void
FontManager.method_51620
(List<Font> list, Font font) Method parameters in net.minecraft.client.font with type arguments of type FontModifier and TypeMethodDescriptionprivate void
FontManager.method_51620
(List<Font> list, Font font) FontManager.class_8535.method_51629
(Function<Identifier, List<Font>> function) void
FontManager.class_8537.method_51632
(FontManager.class_8534 class_8534, CompletableFuture<Optional<Font>> completableFuture) FontManager.class_8537.method_51634
(Function<Identifier, List<Font>> function) void
Constructor parameters in net.minecraft.client.font with type arguments of type FontModifierConstructorDescription(package private)
class_8535
(FontManager.class_8534 class_8534, com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>, Identifier> either) (package private)
class_8536
(Map<Identifier, List<Font>> map, List<Font> list) (package private)
class_8536
(Map<Identifier, List<Font>> map, List<Font> list)