Uses of Class
net.minecraft.client.font.FontType
| Package | Description |
|---|---|
| net.minecraft.client.font |
-
Uses of FontType in net.minecraft.client.font
Fields in net.minecraft.client.font with type parameters of type FontType Modifier and Type Field Description private static Map<String,FontType>FontType. REGISTRYMethods in net.minecraft.client.font that return FontType Modifier and Type Method Description static FontTypeFontType. byId(String id)static FontTypeFontType. valueOf(String name)Returns the enum constant of this type with the specified name.static FontType[]FontType. values()Returns an array containing the constants of this enum type, in the order they are declared.