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_254105_, boolean p_254001_, boolean p_254262_, float p_254256_, float p_253753_, float p_253629_, org.joml.Matrix4f p_254014_, VertexConsumer p_253852_, float p_254317_, float p_253809_, float p_253870_, float p_254287_, int p_253905_) -
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_)