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 FontStorageFontManager. missingStorageFields in net.minecraft.client.font with type parameters of type FontStorage Modifier and Type Field Description private Function<Identifier,FontStorage>TextRenderer. fontStorageAccessorprivate Map<Identifier,FontStorage>FontManager. fontStoragesMethods in net.minecraft.client.font that return FontStorage Modifier and Type Method Description private FontStorageTextRenderer. getFontStorage(Identifier id)Constructor parameters in net.minecraft.client.font with type arguments of type FontStorage Constructor Description TextRenderer(Function<Identifier,FontStorage> fontStorageAccessor)