Uses of Class
net.minecraft.client.font.BakedGlyph
-
Uses of BakedGlyph in net.minecraft.client.font
Modifier and TypeFieldDescriptionprivate BakedGlyph
FontStorage.blankBakedGlyph
private final BakedGlyph
BakedGlyph.DrawnGlyph.glyph
The field for theglyph
record component.private BakedGlyph
FontStorage.whiteRectangleBakedGlyph
Modifier and TypeFieldDescriptionprivate final GlyphContainer
<BakedGlyph> FontStorage.bakedGlyphCache
private final IntFunction
<BakedGlyph> FontStorage.glyphBaker
Modifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) BuiltinEmptyGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) private BakedGlyph
FontStorage.bake
(int codePoint) private BakedGlyph
FontStorage.bake
(RenderableGlyph c) Glyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) default BakedGlyph
Glyph.EmptyGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) GlyphAtlasTexture.bake
(RenderableGlyph glyph) TrueTypeFont.TtfGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) UnihexFont.UnicodeTextureGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) FontStorage.getBaked
(int codePoint) FontStorage.getObfuscatedBakedGlyph
(Glyph glyph) FontStorage.getRectangleBakedGlyph()
BakedGlyph.DrawnGlyph.glyph()
Returns the value of theglyph
record component.Modifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) BuiltinEmptyGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) Glyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) default BakedGlyph
Glyph.EmptyGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) TrueTypeFont.TtfGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) UnihexFont.UnicodeTextureGlyph.bake
(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) ModifierConstructorDescriptionDrawnGlyph
(float float2, float float3, int int2, BakedGlyph bakedGlyph, Style style, float float4)