Uses of Interface
net.minecraft.client.font.Glyph
Packages that use Glyph
Package
Description
The base package for all Minecraft classes.
-
Uses of Glyph in net.minecraft
Subinterfaces of Glyph in net.minecraftClasses in net.minecraft that implement GlyphMethods in net.minecraft that return Glyph -
Uses of Glyph in net.minecraft.client.font
Classes in net.minecraft.client.font that implement GlyphModifier and TypeClassDescriptionprivate static final recordprivate classprivate static final recordFields in net.minecraft.client.font with type parameters of type GlyphMethods in net.minecraft.client.font that return GlyphModifier and TypeMethodDescriptionprivate GlyphFontStorage.getEmptyGlyph(int codePoint) Returns the pre-defined empty glyph for the code point, ornullif it is not defined.BitmapFont.getGlyph(int codePoint) BlankFont.getGlyph(int codePoint) Font.getGlyph(int codePoint) FontStorage.getGlyph(int codePoint) UnicodeTextureFont.getGlyph(int codePoint) Methods in net.minecraft.client.font with parameters of type Glyph