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