Interface BakedGlyph

All Known Implementing Classes:
BakedGlyph

@Environment(CLIENT) public interface BakedGlyph
Mappings:
Namespace Name
named net/minecraft/client/info/BakedGlyph
intermediary net/minecraft/class_11768
official ggu
  • Method Summary

    Modifier and Type
    Method
    Description
    create(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset)
     
     
  • Method Details

    • glyph

      GlyphMetrics glyph()
      Mappings:
      Namespace Name Mixin selector
      named glyph Lnet/minecraft/client/info/BakedGlyph;glyph()Lnet/minecraft/client/font/GlyphMetrics;
      intermediary method_73398 Lnet/minecraft/class_11768;method_73398()Lnet/minecraft/class_379;
      official a Lggu;a()Lfpz;
    • 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/info/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 Lggu;a(FFIILyt;FF)Lggt;