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.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 IntFunction
<BakedGlyph> FontSet.glyphGetter
private final CodepointMap
<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.glyphsFields in net.minecraft.client.gui.font.glyphs declared as BakedGlyphModifier and TypeFieldDescriptionprivate final BakedGlyph
BakedGlyph.GlyphInstance.glyph
The field for theglyph
record component.Methods in net.minecraft.client.gui.font.glyphs that return BakedGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232616_) BakedGlyph.GlyphInstance.glyph()
Returns the value of theglyph
record component.Method parameters in net.minecraft.client.gui.font.glyphs with type arguments of type BakedGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232616_) Constructors in net.minecraft.client.gui.font.glyphs with parameters of type BakedGlyphModifierConstructorDescriptionGlyphInstance
(float x, float y, int color, int shadowColor, BakedGlyph glyph, Style style, float boldOffset, float shadowOffset) Creates an instance of aGlyphInstance
record class. -
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_) UnihexProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_285377_) Method parameters in net.minecraft.client.gui.font.providers with type arguments of type BakedGlyphModifier and TypeMethodDescriptionBitmapProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_232640_) UnihexProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_285377_)