Interface Glyph.EmptyGlyph

All Superinterfaces:
Glyph
Enclosing interface:
Glyph

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

    • bake

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