Interface BakedGlyph

All Known Implementing Classes:
BakedGlyphImpl

@Environment(CLIENT) public interface BakedGlyph
Mappings:
Namespace Name
named net/minecraft/client/font/BakedGlyph
intermediary net/minecraft/class_11768
official glm
  • Method Details

    • getMetrics

      GlyphMetrics getMetrics()
      Mappings:
      Namespace Name Mixin selector
      named getMetrics Lnet/minecraft/client/font/BakedGlyph;getMetrics()Lnet/minecraft/client/font/GlyphMetrics;
      intermediary method_73398 Lnet/minecraft/class_11768;method_73398()Lnet/minecraft/class_379;
      official a Lglm;a()Lfud;
    • create

      @Nullable TextDrawable.class_12238 create(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/font/BakedGlyph;create(FFIILnet/minecraft/text/Style;FF)Lnet/minecraft/client/font/TextDrawable$class_12238;
      intermediary method_73399 Lnet/minecraft/class_11768;method_73399(FFIILnet/minecraft/class_2583;FF)Lnet/minecraft/class_11767$class_12238;
      official a Lglm;a(FFIILzk;FF)Lgll$a;