Uses of Class
net.minecraft.client.gui.font.glyphs.BakedGlyph
Package
Description
-
Uses of BakedGlyph in net.minecraft.client.gui
Modifier and TypeMethodDescription(package private) void
Font.renderChar(BakedGlyph p_92788_, boolean p_92789_, boolean p_92790_, float p_92791_, float p_92792_, float p_92793_, Matrix4f p_92794_, VertexConsumer p_92795_, float p_92796_, float p_92797_, float p_92798_, float p_92799_, int p_92800_)
-
Uses of BakedGlyph in net.minecraft.client.gui.font
Modifier and TypeFieldDescriptionprivate BakedGlyph
FontSet.missingGlyph
private BakedGlyph
FontSet.whiteGlyph
Modifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.ints.Int2ObjectMap<BakedGlyph>
FontSet.glyphs
Modifier and TypeMethodDescriptionFontSet.getGlyph(int p_95079_)
FontSet.getRandomGlyph(GlyphInfo p_95068_)
private BakedGlyph
FontSet.whiteGlyph()
-
Uses of BakedGlyph in net.minecraft.client.gui.font.glyphs