Uses of Class
net.minecraft.client.gui.fonts.DefaultGlyph
-
Packages that use DefaultGlyph Package Description net.minecraft.client.gui.fonts -
-
Uses of DefaultGlyph in net.minecraft.client.gui.fonts
Methods in net.minecraft.client.gui.fonts that return DefaultGlyph Modifier and Type Method Description static DefaultGlyph
DefaultGlyph. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultGlyph[]
DefaultGlyph. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-