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
Methods in net.minecraft that return BakedGlyphModifier and TypeMethodDescriptionclass_11643.method_72791()class_11642.method_72797(RenderableGlyph renderableGlyph) -
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.class_11639.field_61618private final BakedGlyphBakedGlyph.DrawnGlyph.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.font that return BakedGlyphModifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake(class_11642 class_11642) BuiltinEmptyGlyph.bake(class_11642 class_11642) Glyph.bake(class_11642 class_11642) default BakedGlyphGlyph.EmptyGlyph.bake(class_11642 class_11642) GlyphAtlasTexture.bake(RenderableGlyph glyph) TrueTypeFont.TtfGlyph.bake(class_11642 class_11642) UnihexFont.UnicodeTextureGlyph.bake(class_11642 class_11642) BakedGlyph.DrawnGlyph.glyph()Returns the value of theglyphrecord component.FontStorage.class_11639.method_72791()private BakedGlyphFontStorage.class_11639.method_72793()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)