Package net.minecraft.util
Interface ProgressListener
- All Known Implementing Classes:
- ProgressScreen
public interface ProgressListener
- Mappings:
- Namespace - Name - official - ape- intermediary - net/minecraft/class_3536- named - net/minecraft/util/ProgressListener
- 
Method SummaryModifier and TypeMethodDescriptionvoidprogressStagePercentage(int percentage) voidsetDone()voidvoidvoidsetTitleAndTask(Text title) 
- 
Method Details- 
setTitle- Mappings:
- Namespace - Name - Mixin selector - official - a- Lape;a(Lsw;)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- Mappings:
- Namespace - Name - Mixin selector - official - b- Lape;b(Lsw;)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- Mappings:
- Namespace - Name - Mixin selector - official - c- Lape;c(Lsw;)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
 
- 
progressStagePercentagevoid progressStagePercentage(int percentage) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lape;a(I)V- intermediary - method_15410- Lnet/minecraft/class_3536;method_15410(I)V- named - progressStagePercentage- Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
 
- 
setDonevoid setDone()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lape;a()V- intermediary - method_15411- Lnet/minecraft/class_3536;method_15411()V- named - setDone- Lnet/minecraft/util/ProgressListener;setDone()V
 
 
-