Uses of Interface
net.minecraft.client.font.Font
| Package | Description |
|---|---|
| net.minecraft.client.font |
-
Uses of Font in net.minecraft.client.font
Classes in net.minecraft.client.font that implement Font Modifier and Type Class Description classBitmapFontclassBlankFontclassTrueTypeFontclassUnicodeTextureFontFields in net.minecraft.client.font with type parameters of type Font Modifier and Type Field Description private List<Font>FontStorage. fontsMethods in net.minecraft.client.font that return Font Modifier and Type Method Description @Nullable FontBitmapFont.Loader. load(ResourceManager manager)@Nullable FontFontLoader. load(ResourceManager manager)@Nullable FontTrueTypeFontLoader. load(ResourceManager manager)@Nullable FontUnicodeTextureFont.Loader. load(ResourceManager manager)Method parameters in net.minecraft.client.font with type arguments of type Font Modifier and Type Method Description voidFontStorage. setFonts(List<Font> fonts)