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 record
enum
private class
private static final record
Fields in net.minecraft.client.font with type parameters of type GlyphMethods in net.minecraft.client.font that return GlyphModifier and TypeMethodDescriptionprivate Glyph
FontStorage.findGlyph
(int codePoint) Returns the glyph ofcodePoint
.BitmapFont.getGlyph
(int codePoint) BlankFont.getGlyph
(int codePoint) Font.getGlyph
(int codePoint) FontStorage.getGlyph
(int codePoint) Returns the glyph ofcodePoint
.SpaceFont.getGlyph
(int codePoint) TrueTypeFont.getGlyph
(int codePoint) UnicodeTextureFont.getGlyph
(int codePoint) Methods in net.minecraft.client.font with parameters of type Glyph