Interface StatsListener

All Known Implementing Classes:
AchievementsScreen, StatsScreen

@Environment(CLIENT)
public interface StatsListener
Mappings:
Namespace Name
official ayg
intermediary net/minecraft/class_776
named net/minecraft/client/gui/StatsListener
  • Field Summary

    Fields
    Modifier and Type Field Description
    static String[] PROGRESS_BAR_STAGES  
  • Method Summary

    Modifier and Type Method Description
    void onStatsReady()  
  • Field Details

    • PROGRESS_BAR_STAGES

      static final String[] PROGRESS_BAR_STAGES
      Mappings:
      Namespace Name Mixin selector
      official c_ Layg;c_:[Ljava/lang/String;
      intermediary field_3355 Lnet/minecraft/class_776;field_3355:[Ljava/lang/String;
      named PROGRESS_BAR_STAGES Lnet/minecraft/client/gui/StatsListener;PROGRESS_BAR_STAGES:[Ljava/lang/String;
  • Method Details

    • onStatsReady

      void onStatsReady()
      Mappings:
      Namespace Name Mixin selector
      official a Layg;a()V
      intermediary method_2895 Lnet/minecraft/class_776;method_2895()V
      named onStatsReady Lnet/minecraft/client/gui/StatsListener;onStatsReady()V