Uses of Class
net.minecraft.client.font.FontStorage
Package | Description |
---|---|
net.minecraft.client.font |
-
Uses of FontStorage in net.minecraft.client.font
Fields in net.minecraft.client.font declared as FontStorage Modifier and Type Field Description private FontStorage
FontManager. missingStorage
Fields in net.minecraft.client.font with type parameters of type FontStorage Modifier and Type Field Description private Function<Identifier,FontStorage>
TextRenderer. fontStorageAccessor
private Map<Identifier,FontStorage>
FontManager. fontStorages
Methods in net.minecraft.client.font that return FontStorage Modifier and Type Method Description private FontStorage
TextRenderer. getFontStorage(Identifier id)
Constructor parameters in net.minecraft.client.font with type arguments of type FontStorage Constructor Description TextRenderer(Function<Identifier,FontStorage> fontStorageAccessor)