Uses of Class
net.minecraft.client.gui.font.glyphs.BakedSheetGlyph
Packages that use BakedSheetGlyph
-
Uses of BakedSheetGlyph in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font that return BakedSheetGlyphModifier and TypeMethodDescriptionFontTexture.add(GlyphInfo pGlyphInfo, GlyphBitmap pGlyphBitmap) GlyphStitcher.stitch(GlyphInfo pGlyphInfo, GlyphBitmap pGlyphBitmap) -
Uses of BakedSheetGlyph in net.minecraft.client.gui.font.glyphs
Fields in net.minecraft.client.gui.font.glyphs declared as BakedSheetGlyphModifier and TypeFieldDescriptionprivate final BakedSheetGlyphBakedSheetGlyph.EffectInstance.glyphThe field for theglyphrecord component.private final BakedSheetGlyphBakedSheetGlyph.GlyphInstance.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.gui.font.glyphs that return BakedSheetGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake(GlyphStitcher pStitcher) BakedSheetGlyph.EffectInstance.glyph()Returns the value of theglyphrecord component.BakedSheetGlyph.GlyphInstance.glyph()Returns the value of theglyphrecord component.Constructors in net.minecraft.client.gui.font.glyphs with parameters of type BakedSheetGlyphModifierConstructorDescription(package private)EffectInstance(BakedSheetGlyph glyph, float x0, float y0, float x1, float y1, float depth, int color, int shadowColor, float shadowOffset) Creates an instance of aEffectInstancerecord class.(package private)GlyphInstance(float x, float y, int color, int shadowColor, BakedSheetGlyph glyph, Style style, float boldOffset, float shadowOffset) Creates an instance of aGlyphInstancerecord class.