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 declared as GlyphModifier and TypeFieldDescriptionprivate final Glyph
FontStorage.GlyphPair.advanceValidatedGlyph
The field for theadvanceValidatedGlyph
record component.private final Glyph
FontStorage.GlyphPair.glyph
The field for theglyph
record component.Methods in net.minecraft.client.font that return GlyphModifier and TypeMethodDescriptionFontStorage.GlyphPair.advanceValidatedGlyph()
Returns the value of theadvanceValidatedGlyph
record component.BitmapFont.getGlyph
(int codePoint) BlankFont.getGlyph
(int codePoint) Font.getGlyph
(int codePoint) FontStorage.getGlyph
(int codePoint, boolean validateAdvance) Returns the glyph ofcodePoint
.(package private) Glyph
FontStorage.GlyphPair.getGlyph
(boolean validateAdvance) SpaceFont.getGlyph
(int codePoint) TrueTypeFont.getGlyph
(int codePoint) UnihexFont.getGlyph
(int codePoint) FontStorage.GlyphPair.glyph()
Returns the value of theglyph
record component.Methods in net.minecraft.client.font with parameters of type GlyphModifier and TypeMethodDescriptionFontStorage.getObfuscatedGlyphRenderer
(Glyph glyph) private static boolean
FontStorage.isAdvanceInvalid
(Glyph glyph) Constructors in net.minecraft.client.font with parameters of type Glyph