Interface ProgressListener

All Known Implementing Classes:
ProgressScreen

public interface ProgressListener
Mappings:
Namespace Name
official aog
intermediary net/minecraft/class_3536
named net/minecraft/util/ProgressListener
  • Method Details

    • setTitle

      void setTitle(Text title)
      Mappings:
      Namespace Name Mixin selector
      official a Laog;a(Lss;)V
      intermediary method_15412 Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)V
      named setTitle Lnet/minecraft/util/ProgressListener;setTitle(Lnet/minecraft/text/Text;)V
    • setTitleAndTask

      void setTitleAndTask(Text title)
      Mappings:
      Namespace Name Mixin selector
      official b Laog;b(Lss;)V
      intermediary method_15413 Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)V
      named setTitleAndTask Lnet/minecraft/util/ProgressListener;setTitleAndTask(Lnet/minecraft/text/Text;)V
    • setTask

      void setTask(Text task)
      Mappings:
      Namespace Name Mixin selector
      official c Laog;c(Lss;)V
      intermediary method_15414 Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)V
      named setTask Lnet/minecraft/util/ProgressListener;setTask(Lnet/minecraft/text/Text;)V
    • progressStagePercentage

      void progressStagePercentage(int percentage)
      Mappings:
      Namespace Name Mixin selector
      official a Laog;a(I)V
      intermediary method_15410 Lnet/minecraft/class_3536;method_15410(I)V
      named progressStagePercentage Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
    • setDone

      void setDone()
      Mappings:
      Namespace Name Mixin selector
      official a Laog;a()V
      intermediary method_15411 Lnet/minecraft/class_3536;method_15411()V
      named setDone Lnet/minecraft/util/ProgressListener;setDone()V