Package net.minecraft.util
Interface ProgressListener
- All Known Implementing Classes:
ProgressScreen
public interface ProgressListener
- Mappings:
Namespace Name official agwintermediary net/minecraft/class_3536named net/minecraft/util/ProgressListener
-
Method Summary
Modifier and Type Method Description voidprogressStagePercentage(int percentage)voidsetDone()voidsetTask(Text task)voidsetTitle(Text title)voidsetTitleAndTask(Text title)
-
Method Details
-
setTitle
- Mappings:
Namespace Name Mixin selector official aLagw;a(Loj;)Vintermediary method_15412Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)Vnamed setTitleLnet/minecraft/util/ProgressListener;setTitle(Lnet/minecraft/text/Text;)V
-
setTitleAndTask
- Mappings:
Namespace Name Mixin selector official bLagw;b(Loj;)Vintermediary method_15413Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)Vnamed setTitleAndTaskLnet/minecraft/util/ProgressListener;setTitleAndTask(Lnet/minecraft/text/Text;)V
-
setTask
- Mappings:
Namespace Name Mixin selector official cLagw;c(Loj;)Vintermediary method_15414Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)Vnamed setTaskLnet/minecraft/util/ProgressListener;setTask(Lnet/minecraft/text/Text;)V
-
progressStagePercentage
void progressStagePercentage(int percentage)- Mappings:
Namespace Name Mixin selector official aLagw;a(I)Vintermediary method_15410Lnet/minecraft/class_3536;method_15410(I)Vnamed progressStagePercentageLnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
-
setDone
- Mappings:
Namespace Name Mixin selector official aLagw;a()Vintermediary method_15411Lnet/minecraft/class_3536;method_15411()Vnamed setDoneLnet/minecraft/util/ProgressListener;setDone()V
-