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 FontStorageFontManager.field_49111private final FontStorageFontManager.missingStorageFields in net.minecraft.client.font with type parameters of type FontStorageModifier and TypeFieldDescriptionprivate final Function<Identifier,FontStorage> TextRenderer.fontStorageAccessorprivate final Map<Identifier,FontStorage> FontManager.fontStoragesMethods in net.minecraft.client.font that return FontStorageModifier and TypeMethodDescription(package private) FontStorageTextRenderer.getFontStorage(Identifier id) private FontStorageFontManager.method_57023(Identifier identifier) private FontStorageFontManager.method_57025(Identifier identifier) Constructor parameters in net.minecraft.client.font with type arguments of type FontStorageModifierConstructorDescriptionTextRenderer(Function<Identifier, FontStorage> fontStorageAccessor, boolean validateAdvance)