Class ProgressScreen

All Implemented Interfaces:
class_4122, class_4123, IdentifibleBooleanConsumer, ProgressListener

@Environment(CLIENT) public class ProgressScreen extends Screen implements ProgressListener
Mappings:
Namespace Name
official ckb
intermediary net/minecraft/class_1814
named net/minecraft/client/gui/screen/ProgressScreen
  • Field Details

    • title

      private String title
      Mappings:
      Namespace Name Mixin selector
      official a Lckb;a:Ljava/lang/String;
      intermediary field_7766 Lnet/minecraft/class_1814;field_7766:Ljava/lang/String;
      named title Lnet/minecraft/client/gui/screen/ProgressScreen;title:Ljava/lang/String;
    • task

      private String task
      Mappings:
      Namespace Name Mixin selector
      official f Lckb;f:Ljava/lang/String;
      intermediary field_7767 Lnet/minecraft/class_1814;field_7767:Ljava/lang/String;
      named task Lnet/minecraft/client/gui/screen/ProgressScreen;task:Ljava/lang/String;
    • progress

      private int progress
      Mappings:
      Namespace Name Mixin selector
      official g Lckb;g:I
      intermediary field_7768 Lnet/minecraft/class_1814;field_7768:I
      named progress Lnet/minecraft/client/gui/screen/ProgressScreen;progress:I
    • done

      private boolean done
      Mappings:
      Namespace Name Mixin selector
      official h Lckb;h:Z
      intermediary field_7769 Lnet/minecraft/class_1814;field_7769:Z
      named done Lnet/minecraft/client/gui/screen/ProgressScreen;done:Z
  • Constructor Details

    • ProgressScreen

      public ProgressScreen()
  • Method Details

    • method_18607

      public boolean method_18607()
      Overrides:
      method_18607 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ah_ Lckd;ah_()Z
      intermediary method_18607 Lnet/minecraft/class_388;method_18607()Z
      named method_18607 Lnet/minecraft/client/gui/screen/Screen;method_18607()Z
    • method_21524

      public void method_21524(Text text)
      Specified by:
      method_21524 in interface ProgressListener
      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

      public void method_21525(Text text)
      Specified by:
      method_21525 in interface ProgressListener
      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

      public void method_21526(Text text)
      Specified by:
      method_21526 in interface ProgressListener
      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

      public void setProgressPercentage(int percentage)
      Specified by:
      setProgressPercentage in interface ProgressListener
      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

      public void setDone()
      Specified by:
      setDone in interface ProgressListener
      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
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V