Class StatsScreen

All Implemented Interfaces:
StatsListener

@Environment(CLIENT) public class StatsScreen extends Screen implements StatsListener
Mappings:
Namespace Name
official bco
intermediary net/minecraft/class_402
named net/minecraft/client/gui/screen/StatsScreen
  • Field Details

    • field_1327

      private static ItemRenderer field_1327
      Mappings:
      Namespace Name Mixin selector
      official g Lbco;g:Lbno;
      intermediary field_1327 Lnet/minecraft/class_402;field_1327:Lnet/minecraft/class_560;
      named field_1327 Lnet/minecraft/client/gui/screen/StatsScreen;field_1327:Lnet/minecraft/client/render/item/ItemRenderer;
    • parent

      protected Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Lbco;a:Lbcc;
      intermediary field_1325 Lnet/minecraft/class_402;field_1325:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/StatsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • title

      protected String title
      Mappings:
      Namespace Name Mixin selector
      official f Lbco;f:Ljava/lang/String;
      intermediary field_1326 Lnet/minecraft/class_402;field_1326:Ljava/lang/String;
      named title Lnet/minecraft/client/gui/screen/StatsScreen;title:Ljava/lang/String;
    • field_7790

      private class_405 field_7790
      Mappings:
      Namespace Name Mixin selector
      official h Lbco;h:Lbcr;
      intermediary field_7790 Lnet/minecraft/class_402;field_7790:Lnet/minecraft/class_405;
      named field_7790 Lnet/minecraft/client/gui/screen/StatsScreen;field_7790:Lnet/minecraft/client/class_405;
    • field_7791

      private class_406 field_7791
      Mappings:
      Namespace Name Mixin selector
      official i Lbco;i:Lbcs;
      intermediary field_7791 Lnet/minecraft/class_402;field_7791:Lnet/minecraft/class_406;
      named field_7791 Lnet/minecraft/client/gui/screen/StatsScreen;field_7791:Lnet/minecraft/client/class_406;
    • field_7792

      private class_403 field_7792
      Mappings:
      Namespace Name Mixin selector
      official r Lbco;r:Lbcp;
      intermediary field_7792 Lnet/minecraft/class_402;field_7792:Lnet/minecraft/class_403;
      named field_7792 Lnet/minecraft/client/gui/screen/StatsScreen;field_7792:Lnet/minecraft/client/class_403;
    • field_7793

      private class_1817 field_7793
      Mappings:
      Namespace Name Mixin selector
      official s Lbco;s:Lbcu;
      intermediary field_7793 Lnet/minecraft/class_402;field_7793:Lnet/minecraft/class_1817;
      named field_7793 Lnet/minecraft/client/gui/screen/StatsScreen;field_7793:Lnet/minecraft/client/class_1817;
    • statHandler

      private StatHandler statHandler
      Mappings:
      Namespace Name Mixin selector
      official t Lbco;t:Lod;
      intermediary field_1331 Lnet/minecraft/class_402;field_1331:Lnet/minecraft/class_625;
      named statHandler Lnet/minecraft/client/gui/screen/StatsScreen;statHandler:Lnet/minecraft/stat/StatHandler;
    • activeList

      private ListWidget activeList
      Mappings:
      Namespace Name Mixin selector
      official u Lbco;u:Lbax;
      intermediary field_1332 Lnet/minecraft/class_402;field_1332:Lnet/minecraft/class_390;
      named activeList Lnet/minecraft/client/gui/screen/StatsScreen;activeList:Lnet/minecraft/client/gui/widget/ListWidget;
    • downloadingStats

      private boolean downloadingStats
      Mappings:
      Namespace Name Mixin selector
      official v Lbco;v:Z
      intermediary field_7794 Lnet/minecraft/class_402;field_7794:Z
      named downloadingStats Lnet/minecraft/client/gui/screen/StatsScreen;downloadingStats:Z
  • Constructor Details

    • StatsScreen

      public StatsScreen(Screen parent, StatHandler statHandler)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbco;<init>(Lbcc;Lod;)V
      intermediary <init> Lnet/minecraft/class_402;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_625;)V
      named <init> Lnet/minecraft/client/gui/screen/StatsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/stat/StatHandler;)V
  • Method Details

    • method_21947

      public void method_21947()
      Overrides:
      method_21947 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official r_ Lbcc;r_()V
      intermediary method_21947 Lnet/minecraft/class_388;method_21947()V
      named method_21947 Lnet/minecraft/client/gui/screen/Screen;method_21947()V
    • initButtons

      public void initButtons()
      Mappings:
      Namespace Name Mixin selector
      official h Lbco;h()V
      intermediary method_6763 Lnet/minecraft/class_402;method_6763()V
      named initButtons Lnet/minecraft/client/gui/screen/StatsScreen;initButtons()V
    • method_21930

      protected void method_21930(ButtonWidget buttonWidget)
      Overrides:
      method_21930 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbcc;a(Lbam;)V
      intermediary method_21930 Lnet/minecraft/class_388;method_21930(Lnet/minecraft/class_356;)V
      named method_21930 Lnet/minecraft/client/gui/screen/Screen;method_21930(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • method_21925

      public void method_21925(int int2, int int3, float float2)
      Overrides:
      method_21925 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbcc;a(IIF)V
      intermediary method_21925 Lnet/minecraft/class_388;method_21925(IIF)V
      named method_21925 Lnet/minecraft/client/gui/screen/Screen;method_21925(IIF)V
    • onStatsReady

      public void onStatsReady()
      Specified by:
      onStatsReady in interface StatsListener
      Mappings:
      Namespace Name Mixin selector
      official g Lbcw;g()V
      intermediary method_6772 Lnet/minecraft/class_1818;method_6772()V
      named onStatsReady Lnet/minecraft/client/gui/StatsListener;onStatsReady()V
    • method_21940

      public boolean method_21940()
      Overrides:
      method_21940 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official f Lbcc;f()Z
      intermediary method_21940 Lnet/minecraft/class_388;method_21940()Z
      named method_21940 Lnet/minecraft/client/gui/screen/Screen;method_21940()Z
    • renderStatItem

      private void renderStatItem(int x, int y, Item item)
      Mappings:
      Namespace Name Mixin selector
      official a Lbco;a(IILabm;)V
      intermediary method_1104 Lnet/minecraft/class_402;method_1104(IILnet/minecraft/class_1069;)V
      named renderStatItem Lnet/minecraft/client/gui/screen/StatsScreen;renderStatItem(IILnet/minecraft/item/Item;)V
    • renderIcon

      private void renderIcon(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official b Lbco;b(II)V
      intermediary method_1101 Lnet/minecraft/class_402;method_1101(II)V
      named renderIcon Lnet/minecraft/client/gui/screen/StatsScreen;renderIcon(II)V
    • renderIcon

      private void renderIcon(int x, int y, int u, int v)
      Mappings:
      Namespace Name Mixin selector
      official c Lbco;c(IIII)V
      intermediary method_1105 Lnet/minecraft/class_402;method_1105(IIII)V
      named renderIcon Lnet/minecraft/client/gui/screen/StatsScreen;renderIcon(IIII)V