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 TypeMethodDescription@Nullable BakedSheetGlyphFontTexture.add(GlyphInfo info, GlyphBitmap glyph) @Nullable BakedSheetGlyphGlyphStitcher.stitch(GlyphInfo info, GlyphBitmap glyphBitmap) -
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 TypeMethodDescription@Nullable BakedSheetGlyphSpecialGlyphs.bake(GlyphStitcher stitcher) 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 BakedSheetGlyphModifierConstructorDescriptionprivateEffectInstance(BakedSheetGlyph glyph, float x0, float y0, float x1, float y1, float depth, int color, int shadowColor, float shadowOffset) Creates an instance of aEffectInstancerecord class.privateGlyphInstance(float x, float y, int color, int shadowColor, BakedSheetGlyph glyph, Style style, float boldOffset, float shadowOffset) Creates an instance of aGlyphInstancerecord class.