Interface Glyph.EmptyGlyph

All Superinterfaces:
Glyph
Enclosing interface:
Glyph

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

    • bake

      default BakedGlyph bake(Function<RenderableGlyph,BakedGlyph> glyphRendererGetter)
      Specified by:
      bake in interface Glyph
      Mappings:
      Namespace Name Mixin selector
      named bake Lnet/minecraft/client/font/Glyph;bake(Ljava/util/function/Function;)Lnet/minecraft/client/font/BakedGlyph;
      intermediary bake Lnet/minecraft/class_379;bake(Ljava/util/function/Function;)Lnet/minecraft/class_382;
      official bake Lfep;bake(Ljava/util/function/Function;)Lfrb;