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 SummaryModifier and TypeMethodDescriptionvoidprogressStagePercentage(int percentage) voidsetDone()voidvoidvoidsetTitleAndTask(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(Lwp;)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(Lwp;)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(Lwp;)V
 
- 
progressStagePercentagevoid 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
 
- 
setDonevoid 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
 
 
-