Uses of Class
net.minecraft.client.font.BakedGlyph
Packages that use BakedGlyph
Package
Description
The base package for all Minecraft classes.
-
Uses of BakedGlyph in net.minecraft
Fields in net.minecraft declared as BakedGlyphModifier and TypeFieldDescriptionprivate final BakedGlyphclass_11714.class_11716.bakedGlyphThe field for thebakedGlyphrecord component.Methods in net.minecraft that return BakedGlyphModifier and TypeMethodDescriptionclass_11714.class_11716.bakedGlyph()Returns the value of thebakedGlyphrecord component.(package private) static BakedGlyphclass_11714.class_11716.method_73145(TextRenderLayerSet textRenderLayerSet, GpuTextureView gpuTextureView, Sprite sprite) Constructors in net.minecraft with parameters of type BakedGlyphModifierConstructorDescription(package private)class_11716(BakedGlyph bakedGlyph) Creates an instance of aclass_11716record class. -
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 @Nullable BakedGlyphFontStorage.CachedGlyph.bakedGlyphprivate final BakedGlyphBakedGlyph.DrawnGlyph.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.font that return BakedGlyphModifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake(GlyphBaker glyphBaker) BuiltinEmptyGlyph.bake(GlyphBaker glyphBaker) private BakedGlyphFontStorage.CachedGlyph.bake()Glyph.class_11713.bake(GlyphBaker glyphBaker) default BakedGlyphGlyph.EmptyGlyph.bake(GlyphBaker glyphBaker) GlyphAtlasTexture.bake(RenderableGlyph glyph) GlyphBaker.bake(RenderableGlyph glyph) TrueTypeFont.TtfGlyph.bake(GlyphBaker glyphBaker) UnihexFont.UnicodeTextureGlyph.bake(GlyphBaker glyphBaker) FontStorage.CachedGlyph.bakedGlyph()OnceBakedGlyph.bakedGlyph()BakedGlyph.DrawnGlyph.glyph()Returns the value of theglyphrecord component.Methods in net.minecraft.client.font with parameters of type BakedGlyphModifier and TypeMethodDescriptionvoidTextRenderer.GlyphDrawer.drawRectangle(BakedGlyph bakedGlyph, BakedGlyph.Rectangle rect) 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 BakedGlyphGlyphEffectGuiElementRenderState.whiteGlyphThe field for thewhiteGlyphrecord component.Methods in net.minecraft.client.gui.render.state that return BakedGlyphModifier and TypeMethodDescriptionGlyphEffectGuiElementRenderState.whiteGlyph()Returns the value of thewhiteGlyphrecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyphModifierConstructorDescriptionGlyphEffectGuiElementRenderState(Matrix3x2f matrix3x2f, BakedGlyph bakedGlyph, BakedGlyph.Rectangle rectangle, @Nullable ScreenRect screenRect)