Uses of Class
net.minecraft.client.font.BakedGlyph
Packages that use BakedGlyph
-
Uses of BakedGlyph in net.minecraft.client.font
Subclasses of BakedGlyph in net.minecraft.client.fontFields in net.minecraft.client.font declared as BakedGlyphModifier and TypeFieldDescriptionprivate BakedGlyph
FontStorage.blankBakedGlyph
private final BakedGlyph
BakedGlyph.DrawnGlyph.glyph
The field for theglyph
record component.private BakedGlyph
FontStorage.whiteRectangleBakedGlyph
Fields in net.minecraft.client.font with type parameters of type BakedGlyphModifier and TypeFieldDescriptionprivate final GlyphContainer
<BakedGlyph> FontStorage.bakedGlyphCache
private final IntFunction
<BakedGlyph> FontStorage.glyphBaker
Methods in net.minecraft.client.font that return BakedGlyphModifier 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.Methods in net.minecraft.client.font with parameters of type BakedGlyphModifier and TypeMethodDescriptionvoid
TextRenderer.GlyphDrawer.drawRectangle
(BakedGlyph bakedGlyph, BakedGlyph.Rectangle rect) Method parameters in net.minecraft.client.font with type arguments of type BakedGlyphModifier 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) Constructors in net.minecraft.client.font with parameters of type BakedGlyphModifierConstructorDescriptionDrawnGlyph
(float float2, float float3, int int2, int int3, BakedGlyph bakedGlyph, Style style, float float4, float float5) -
Uses of BakedGlyph in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as BakedGlyphModifier and TypeFieldDescriptionprivate final BakedGlyph
GlyphEffectGuiElementRenderState.whiteGlyph
The field for thewhiteGlyph
record component.Methods in net.minecraft.client.gui.render.state that return BakedGlyphModifier and TypeMethodDescriptionGlyphEffectGuiElementRenderState.whiteGlyph()
Returns the value of thewhiteGlyph
record component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyphModifierConstructorDescriptionGlyphEffectGuiElementRenderState
(Matrix3x2f matrix3x2f, BakedGlyph bakedGlyph, BakedGlyph.Rectangle rectangle, @Nullable ScreenRect screenRect)