Uses of Class
net.minecraft.client.font.BakedGlyph
Packages that use BakedGlyph
-
Uses of BakedGlyph in net.minecraft.client.font
Fields in net.minecraft.client.font declared as BakedGlyphModifier and TypeFieldDescriptionprivate final BakedGlyphBakedGlyph.DrawnGlyph.glyphThe field for theglyphrecord component.private final BakedGlyphBakedGlyph.Rectangle.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.font that return BakedGlyphModifier and TypeMethodDescriptionBuiltinEmptyGlyph.bake(GlyphBaker glyphBaker) GlyphAtlasTexture.bake(GlyphMetrics metrics, UploadableGlyph glyph) GlyphBaker.bake(GlyphMetrics metrics, UploadableGlyph glyph) BakedGlyph.DrawnGlyph.glyph()Returns the value of theglyphrecord component.BakedGlyph.Rectangle.glyph()Returns the value of theglyphrecord component.Constructors in net.minecraft.client.font with parameters of type BakedGlyphModifierConstructorDescription(package private)DrawnGlyph(float float2, float float3, int int2, int int3, BakedGlyph bakedGlyph, Style style, float float4, float float5) (package private)Rectangle(BakedGlyph bakedGlyph, float float2, float float3, float float4, float float5, float float6, int int2, int int3, float float7)