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 FontStorageFields in net.minecraft.client.font with type parameters of type FontStorageModifier and TypeFieldDescriptionprivate Function<Identifier,FontStorage>TextRenderer.fontStorageAccessor(package private) Map<Identifier,FontStorage>FontManager.fontStoragesMethods in net.minecraft.client.font that return FontStorageModifier and TypeMethodDescription(package private) FontStorageTextRenderer.getFontStorage(Identifier id)Constructor parameters in net.minecraft.client.font with type arguments of type FontStorageModifierConstructorDescriptionTextRenderer(Function<Identifier,FontStorage> fontStorageAccessor)