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 gii
  • 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 Lgii;a()Lfri;
    • create

      @Nullable @Nullable TextDrawable 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;
      intermediary method_73399 Lnet/minecraft/class_11768;method_73399(FFIILnet/minecraft/class_2583;FF)Lnet/minecraft/class_11767;
      official a Lgii;a(FFIILyv;FF)Lgih;