Uses of Interface
net.minecraft.client.font.Glyph
Packages that use Glyph
-
Uses of Glyph in net.minecraft.client.font
Subinterfaces of Glyph in net.minecraft.client.fontClasses in net.minecraft.client.font that implement GlyphModifier and TypeClassDescriptionprivate static final class
enum
private class
private static class
enum
Fields in net.minecraft.client.font declared as GlyphModifier and TypeFieldDescriptionprivate static final Glyph
FontStorage.SPACE
private static final Glyph
FontStorage.ZERO_WIDTH_NON_JOINER
Fields in net.minecraft.client.font with type parameters of type GlyphMethods in net.minecraft.client.font that return GlyphModifier and TypeMethodDescriptionFontStorage.getEmptyGlyph
(int codePoint) Returns the pre-defined empty glyph for the code point, ornull
if it is not defined.FontStorage.getGlyph
(int codePoint) Methods in net.minecraft.client.font with parameters of type Glyph