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.BakedGlyphRect.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.BakedGlyphRect.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)BakedGlyphRect(float x, float y, int color, int shadowColor, BakedGlyphImpl glyph, Style style, float boldOffset, float shadowOffset) Creates an instance of aBakedGlyphRectrecord class.(package private)Rectangle(BakedGlyphImpl glyph, float minX, float minY, float maxX, float maxY, float zIndex, int color, int shadowColor, float shadowOffset) Creates an instance of aRectanglerecord class.