Package net.minecraft.util
Interface ProgressListener
- All Known Implementing Classes:
ProgressScreen
public interface ProgressListener
- Mappings:
Namespace Name official agdintermediary net/minecraft/class_3536named net/minecraft/util/ProgressListener
-
Method Summary
Modifier and Type Method Description voidmethod_15412(Text text)voidmethod_15413(Text text)voidmethod_15414(Text text)voidprogressStagePercentage(int int2)voidsetDone()
-
Method Details
-
method_15412
- Mappings:
Namespace Name Mixin selector official aLagd;a(Loi;)Vintermediary method_15412Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)Vnamed method_15412Lnet/minecraft/util/ProgressListener;method_15412(Lnet/minecraft/text/Text;)V
-
method_15413
- Mappings:
Namespace Name Mixin selector official bLagd;b(Loi;)Vintermediary method_15413Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)Vnamed method_15413Lnet/minecraft/util/ProgressListener;method_15413(Lnet/minecraft/text/Text;)V
-
method_15414
- Mappings:
Namespace Name Mixin selector official cLagd;c(Loi;)Vintermediary method_15414Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)Vnamed method_15414Lnet/minecraft/util/ProgressListener;method_15414(Lnet/minecraft/text/Text;)V
-
progressStagePercentage
void progressStagePercentage(int int2)- Mappings:
Namespace Name Mixin selector official aLagd;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 aLagd;a()Vintermediary method_15411Lnet/minecraft/class_3536;method_15411()Vnamed setDoneLnet/minecraft/util/ProgressListener;setDone()V
-