Interface Glyph.EmptyGlyph

All Superinterfaces:
Glyph, Glyph.BakeableGlyph
Enclosing interface:
Glyph

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

    • bake

      default BakedGlyph bake(GlyphBaker baker)
      Specified by:
      bake in interface Glyph.BakeableGlyph
      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;