Uses of Record Class
net.minecraft.client.font.Font.class_9241
Packages that use Font.class_9241
-
Uses of Font.class_9241 in net.minecraft.client.font
Fields in net.minecraft.client.font with type parameters of type Font.class_9241Modifier and TypeFieldDescriptionprivate List<Font.class_9241>FontStorage.field_49120private final Map<Identifier,List<Font.class_9241>> FontManager.ProviderIndex.fontSetsThe field for thefontSetsrecord component.Methods in net.minecraft.client.font that return Font.class_9241Modifier and TypeMethodDescriptionprivate static Font.class_9241FontManager.method_57027()private Font.class_9241FontManager.Builder.method_57028(Font.class_9241 class_9241) Methods in net.minecraft.client.font that return types with arguments of type Font.class_9241Modifier and TypeMethodDescriptionFontManager.Builder.build(Function<Identifier, List<Font.class_9241>> fontRetriever) FontManager.ProviderIndex.fontSets()Returns the value of thefontSetsrecord component.FontManager.FontEntry.getRequiredFontProviders(Function<Identifier, List<Font.class_9241>> fontRetriever) private Map<Identifier,List<Font.class_9241>> FontManager.getRequiredFontProviders(List<FontManager.FontEntry> entries) Methods in net.minecraft.client.font with parameters of type Font.class_9241Modifier and TypeMethodDescriptionprivate voidFontManager.insertFont(List<Font.class_9241> fonts, Font.class_9241 class_9241) private Font.class_9241FontManager.Builder.method_57028(Font.class_9241 class_9241) Method parameters in net.minecraft.client.font with type arguments of type Font.class_9241Modifier and TypeMethodDescriptionFontManager.Builder.build(Function<Identifier, List<Font.class_9241>> fontRetriever) FontManager.FontEntry.getRequiredFontProviders(Function<Identifier, List<Font.class_9241>> fontRetriever) private voidFontManager.insertFont(List<Font.class_9241> fonts, Font.class_9241 class_9241) FontStorage.method_57037(List<Font.class_9241> list, Set<class_9243> set) voidFontStorage.setFonts(List<Font.class_9241> fonts, Set<class_9243> set) Constructor parameters in net.minecraft.client.font with type arguments of type Font.class_9241ModifierConstructorDescription(package private)ProviderIndex(Map<Identifier, List<Font.class_9241>> map, List<Font> list)