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 TypeMethodDescription@Nullable BakedGlyphImplBuiltinEmptyGlyph.bake(GlyphBaker glyphBaker) @Nullable BakedGlyphImplGlyphAtlasTexture.bake(GlyphMetrics metrics, UploadableGlyph glyph) @Nullable BakedGlyphImplGlyphBaker.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 x, float y, int color, int shadowColor, BakedGlyphImpl glyph, Style style, float boldOffset, float shadowOffset) Creates an instance of aDrawnGlyphrecord class.(package private)Rectangle(BakedGlyphImpl glyph, float x0, float y0, float x1, float y1, float depth, int color, int shadowColor, float shadowOffset)