Interface ProgressListener

All Known Implementing Classes:
ProgressScreen

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

    • method_21524

      void method_21524(Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lxs;a(Lij;)V
      intermediary method_21524 Lnet/minecraft/class_841;method_21524(Lnet/minecraft/class_1982;)V
      named method_21524 Lnet/minecraft/util/ProgressListener;method_21524(Lnet/minecraft/text/Text;)V
    • method_21525

      @Environment(CLIENT) void method_21525(Text text)
      Mappings:
      Namespace Name Mixin selector
      official b Lxs;b(Lij;)V
      intermediary method_21525 Lnet/minecraft/class_841;method_21525(Lnet/minecraft/class_1982;)V
      named method_21525 Lnet/minecraft/util/ProgressListener;method_21525(Lnet/minecraft/text/Text;)V
    • method_21526

      void method_21526(Text text)
      Mappings:
      Namespace Name Mixin selector
      official c Lxs;c(Lij;)V
      intermediary method_21526 Lnet/minecraft/class_841;method_21526(Lnet/minecraft/class_1982;)V
      named method_21526 Lnet/minecraft/util/ProgressListener;method_21526(Lnet/minecraft/text/Text;)V
    • setProgressPercentage

      void setProgressPercentage(int percentage)
      Mappings:
      Namespace Name Mixin selector
      official a Lxs;a(I)V
      intermediary method_2364 Lnet/minecraft/class_841;method_2364(I)V
      named setProgressPercentage Lnet/minecraft/util/ProgressListener;setProgressPercentage(I)V
    • setDone

      @Environment(CLIENT) void setDone()
      Mappings:
      Namespace Name Mixin selector
      official a Lxs;a()V
      intermediary method_8348 Lnet/minecraft/class_841;method_8348()V
      named setDone Lnet/minecraft/util/ProgressListener;setDone()V