Package net.minecraft.util
Interface ProgressListener
- All Known Implementing Classes:
ProgressScreen
public interface ProgressListener
- Mappings:
Namespace Name named net/minecraft/util/ProgressListener
intermediary net/minecraft/class_3536
official azg
-
Method Summary
Modifier and TypeMethodDescriptionvoid
progressStagePercentage
(int percentage) void
setDone()
void
void
void
setTitleAndTask
(Text title)
-
Method Details
-
setTitle
- Mappings:
Namespace Name Mixin selector named setTitle
Lnet/minecraft/util/ProgressListener;setTitle(Lnet/minecraft/text/Text;)V
intermediary method_15412
Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)V
official a
Lazg;a(Lxp;)V
-
setTitleAndTask
- Mappings:
Namespace Name Mixin selector named setTitleAndTask
Lnet/minecraft/util/ProgressListener;setTitleAndTask(Lnet/minecraft/text/Text;)V
intermediary method_15413
Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)V
official b
Lazg;b(Lxp;)V
-
setTask
- Mappings:
Namespace Name Mixin selector named setTask
Lnet/minecraft/util/ProgressListener;setTask(Lnet/minecraft/text/Text;)V
intermediary method_15414
Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)V
official c
Lazg;c(Lxp;)V
-
progressStagePercentage
void progressStagePercentage(int percentage) - Mappings:
Namespace Name Mixin selector named progressStagePercentage
Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
intermediary method_15410
Lnet/minecraft/class_3536;method_15410(I)V
official a
Lazg;a(I)V
-
setDone
void setDone()- Mappings:
Namespace Name Mixin selector named setDone
Lnet/minecraft/util/ProgressListener;setDone()V
intermediary method_15411
Lnet/minecraft/class_3536;method_15411()V
official a
Lazg;a()V
-