Interface TextRenderer.GlyphDrawable

All Known Implementing Classes:
TextRenderer.Drawer
Enclosing class:
TextRenderer

@Environment(CLIENT) public static interface TextRenderer.GlyphDrawable
Mappings:
Namespace Name
named net/minecraft/client/font/TextRenderer$GlyphDrawable
intermediary net/minecraft/class_327$class_11465
official fwy$c
  • Method Details

    • draw

      void draw(TextRenderer.GlyphDrawer glyphDrawer)
      Mappings:
      Namespace Name Mixin selector
      named draw Lnet/minecraft/client/font/TextRenderer$GlyphDrawable;draw(Lnet/minecraft/client/font/TextRenderer$GlyphDrawer;)V
      intermediary method_71801 Lnet/minecraft/class_327$class_11465;method_71801(Lnet/minecraft/class_327$class_11464;)V
      official a Lfwy$c;a(Lfwy$b;)V
    • getScreenRect

      @Nullable @Nullable ScreenRect getScreenRect()
      Mappings:
      Namespace Name Mixin selector
      named getScreenRect Lnet/minecraft/client/font/TextRenderer$GlyphDrawable;getScreenRect()Lnet/minecraft/client/gui/ScreenRect;
      intermediary method_71800 Lnet/minecraft/class_327$class_11465;method_71800()Lnet/minecraft/class_8030;
      official a Lfwy$c;a()Lgcc;