Uses of Class
net.minecraft.client.gui.font.glyphs.BakedGlyph
Packages that use BakedGlyph
Package
Description
-
Uses of BakedGlyph in com.mojang.blaze3d.font
Methods in com.mojang.blaze3d.font that return BakedGlyphModifier and TypeMethodDescriptionGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231088_) default BakedGlyph
GlyphInfo.SpaceGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231090_) TrueTypeGlyphProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231120_) Method parameters in com.mojang.blaze3d.font with type arguments of type BakedGlyphModifier and TypeMethodDescriptionGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231088_) default BakedGlyph
GlyphInfo.SpaceGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231090_) TrueTypeGlyphProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231120_) -
Uses of BakedGlyph in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type BakedGlyphModifier 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
Fields in net.minecraft.client.gui.font declared as BakedGlyphModifier and TypeFieldDescriptionprivate BakedGlyph
FontSet.missingGlyph
private BakedGlyph
FontSet.whiteGlyph
Fields in net.minecraft.client.gui.font with type parameters of type BakedGlyphModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<BakedGlyph>
FontSet.glyphs
Methods in net.minecraft.client.gui.font that return BakedGlyphModifier and TypeMethodDescriptionFontTexture.add
(SheetGlyphInfo p_232569_) private BakedGlyph
FontSet.computeBakedGlyph
(int p_232565_) FontSet.getGlyph
(int p_95079_) FontSet.getRandomGlyph
(GlyphInfo p_95068_) private BakedGlyph
FontSet.stitch
(SheetGlyphInfo p_232557_) FontSet.whiteGlyph()
-
Uses of BakedGlyph in net.minecraft.client.gui.font.glyphs
Subclasses of BakedGlyph in net.minecraft.client.gui.font.glyphsMethods in net.minecraft.client.gui.font.glyphs that return BakedGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232616_) Method parameters in net.minecraft.client.gui.font.glyphs with type arguments of type BakedGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232616_) -
Uses of BakedGlyph in net.minecraft.client.gui.font.providers
Methods in net.minecraft.client.gui.font.providers that return BakedGlyphModifier and TypeMethodDescriptionBitmapProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232640_) LegacyUnicodeBitmapsProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232670_) Method parameters in net.minecraft.client.gui.font.providers with type arguments of type BakedGlyphModifier and TypeMethodDescriptionBitmapProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232640_) LegacyUnicodeBitmapsProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232670_)