@Environment(CLIENT) public class Stats extends ScreenBase
Mappings:
Namespace Name
intermediary net/minecraft/class_91
glue class_147
server net/minecraft/class_91
client dv
named net/minecraft/client/gui/screen/ingame/Stats
  • Field Details

    • itemRenderer

      private static ItemRenderer itemRenderer
      Mappings:
      Namespace Name Mixin selector
      intermediary field_305 Lnet/minecraft/class_91;field_305:Lnet/minecraft/class_92;
      glue field_538 Lclass_147;field_538:Lclass_48;
      server field_305 Lnet/minecraft/class_91;field_305:Lnet/minecraft/class_92;
      client j Ldv;j:Lbb;
      named itemRenderer Lnet/minecraft/client/gui/screen/ingame/Stats;itemRenderer:Lnet/minecraft/client/render/entity/ItemRenderer;
    • parent

      protected ScreenBase parent
      Mappings:
      Namespace Name Mixin selector
      intermediary field_303 Lnet/minecraft/class_91;field_303:Lnet/minecraft/class_32;
      glue field_536 Lclass_147;field_536:Lclass_117;
      server field_303 Lnet/minecraft/class_91;field_303:Lnet/minecraft/class_32;
      client a Ldv;a:Lda;
      named parent Lnet/minecraft/client/gui/screen/ingame/Stats;parent:Lnet/minecraft/client/gui/screen/ScreenBase;
    • generalTab

      private Stats.GeneralTab generalTab
      Mappings:
      Namespace Name Mixin selector
      intermediary field_306 Lnet/minecraft/class_91;field_306:Lnet/minecraft/class_91$class_93;
      glue field_539 Lclass_147;field_539:Lclass_147$class_650;
      server field_306 Lnet/minecraft/class_91;field_306:Lnet/minecraft/class_91$class_93;
      client l Ldv;l:Lsu;
      named generalTab Lnet/minecraft/client/gui/screen/ingame/Stats;generalTab:Lnet/minecraft/client/gui/screen/ingame/Stats$GeneralTab;
    • blocksTab

      private Stats.BlocksTab blocksTab
      Mappings:
      Namespace Name Mixin selector
      intermediary field_307 Lnet/minecraft/class_91;field_307:Lnet/minecraft/class_91$class_94;
      glue field_540 Lclass_147;field_540:Lclass_147$class_90;
      server field_307 Lnet/minecraft/class_91;field_307:Lnet/minecraft/class_91$class_94;
      client m Ldv;m:Lci;
      named blocksTab Lnet/minecraft/client/gui/screen/ingame/Stats;blocksTab:Lnet/minecraft/client/gui/screen/ingame/Stats$BlocksTab;
    • itemsTab

      private Stats.ItemsTab itemsTab
      Mappings:
      Namespace Name Mixin selector
      intermediary field_308 Lnet/minecraft/class_91;field_308:Lnet/minecraft/class_91$class_95;
      glue field_541 Lclass_147;field_541:Lclass_147$class_229;
      server field_308 Lnet/minecraft/class_91;field_308:Lnet/minecraft/class_91$class_95;
      client n Ldv;n:Lga;
      named itemsTab Lnet/minecraft/client/gui/screen/ingame/Stats;itemsTab:Lnet/minecraft/client/gui/screen/ingame/Stats$ItemsTab;
    • statsFileWriter

      private StatsFileWriter statsFileWriter
      Mappings:
      Namespace Name Mixin selector
      intermediary field_309 Lnet/minecraft/class_91;field_309:Lnet/minecraft/class_96;
      glue field_542 Lclass_147;field_542:Lclass_699;
      server field_309 Lnet/minecraft/class_91;field_309:Lnet/minecraft/class_96;
      client o Ldv;o:Lxi;
      named statsFileWriter Lnet/minecraft/client/gui/screen/ingame/Stats;statsFileWriter:Lnet/minecraft/util/io/StatsFileWriter;
    • generalTabBase

      private ScrollableBase generalTabBase
      Mappings:
      Namespace Name Mixin selector
      intermediary field_310 Lnet/minecraft/class_91;field_310:Lnet/minecraft/class_97;
      glue field_543 Lclass_147;field_543:Lclass_437;
      server field_310 Lnet/minecraft/class_91;field_310:Lnet/minecraft/class_97;
      client p Ldv;p:Llg;
      named generalTabBase Lnet/minecraft/client/gui/screen/ingame/Stats;generalTabBase:Lnet/minecraft/client/gui/widgets/ScrollableBase;
  • Constructor Details

  • Method Details

    • init

      public void init()
      Overrides:
      init in class ScreenBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_119 Lnet/minecraft/class_32;method_119()V
      glue method_252 Lclass_117;method_252()V
      server method_119 Lnet/minecraft/class_32;method_119()V
      client b Lda;b()V
      named init Lnet/minecraft/client/gui/screen/ScreenBase;init()V
    • addButtons

      public void addButtons()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_370 Lnet/minecraft/class_91;method_370()V
      glue method_706 Lclass_147;method_706()V
      server method_370 Lnet/minecraft/class_91;method_370()V
      client k Ldv;k()V
      named addButtons Lnet/minecraft/client/gui/screen/ingame/Stats;addButtons()V
    • buttonClicked

      protected void buttonClicked(Button button)
      Overrides:
      buttonClicked in class ScreenBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_120 Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)V
      glue method_257 Lclass_117;method_257(Lclass_389;)V
      server method_120 Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)V
      client a Lda;a(Lke;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/ScreenBase;buttonClicked(Lnet/minecraft/client/gui/widgets/Button;)V
    • render

      public void render(int mouseX, int mouseY, float delta)
      Overrides:
      render in class ScreenBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_118 Lnet/minecraft/class_32;method_118(IIF)V
      glue method_251 Lclass_117;method_251(IIF)V
      server method_118 Lnet/minecraft/class_32;method_118(IIF)V
      client a Lda;a(IIF)V
      named render Lnet/minecraft/client/gui/screen/ScreenBase;render(IIF)V
    • renderItem

      private void renderItem(int x, int y, int itemId)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_360 Lnet/minecraft/class_91;method_360(III)V
      glue method_696 Lclass_147;method_696(III)V
      server method_360 Lnet/minecraft/class_91;method_360(III)V
      client c Ldv;c(III)V
      named renderItem Lnet/minecraft/client/gui/screen/ingame/Stats;renderItem(III)V
    • renderSlot

      private void renderSlot(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_353 Lnet/minecraft/class_91;method_353(II)V
      glue method_689 Lclass_147;method_689(II)V
      server method_353 Lnet/minecraft/class_91;method_353(II)V
      client a Ldv;a(II)V
      named renderSlot Lnet/minecraft/client/gui/screen/ingame/Stats;renderSlot(II)V
    • renderSlot

      private void renderSlot(int x, int y, int extraWidth, int extraHeight)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_361 Lnet/minecraft/class_91;method_361(IIII)V
      glue method_697 Lclass_147;method_697(IIII)V
      server method_361 Lnet/minecraft/class_91;method_361(IIII)V
      client c Ldv;c(IIII)V
      named renderSlot Lnet/minecraft/client/gui/screen/ingame/Stats;renderSlot(IIII)V