Interface Glyph.BakeableGlyph

All Superinterfaces:
Glyph
All Known Subinterfaces:
Glyph.EmptyGlyph
All Known Implementing Classes:
BitmapFont.BitmapFontGlyph, BuiltinEmptyGlyph, TrueTypeFont.TtfGlyph, UnihexFont.UnicodeTextureGlyph
Enclosing interface:
Glyph

@Environment(CLIENT) public static interface Glyph.BakeableGlyph extends Glyph
Mappings:
Namespace Name
named net/minecraft/client/font/Glyph$BakeableGlyph
intermediary net/minecraft/class_379$class_11713
official fnf$b
  • Method Details

    • bake

      Mappings:
      Namespace Name Mixin selector
      named bake Lnet/minecraft/client/font/Glyph$BakeableGlyph;bake(Lnet/minecraft/client/font/GlyphBaker;)Lnet/minecraft/client/font/BakedGlyph;
      intermediary bake Lnet/minecraft/class_379$class_11713;bake(Lnet/minecraft/class_11642;)Lnet/minecraft/class_382;
      official bake Lfnf$b;bake(Lgdq;)Lgdt;