Uses of Class
net.minecraft.client.font.FontStorage
Packages that use FontStorage
-
Uses of FontStorage in net.minecraft.client.font
Fields in net.minecraft.client.font declared as FontStorageModifier and TypeFieldDescriptionprivate @Nullable FontStorage
FontManager.currentStorage
private final FontStorage
FontManager.missingStorage
Fields in net.minecraft.client.font with type parameters of type FontStorageModifier and TypeFieldDescriptionprivate final Function
<Identifier, FontStorage> TextRenderer.fontStorageAccessor
private final Map
<Identifier, FontStorage> FontManager.fontStorages
Methods in net.minecraft.client.font that return FontStorageModifier and TypeMethodDescription(package private) FontStorage
TextRenderer.getFontStorage
(Identifier id) private FontStorage
FontManager.getStorage
(Identifier id) private FontStorage
FontManager.getStorageInternal
(Identifier id) Constructor parameters in net.minecraft.client.font with type arguments of type FontStorageModifierConstructorDescriptionTextRenderer
(Function<Identifier, FontStorage> fontStorageAccessor, boolean validateAdvance)