Package net.minecraft.util
Interface ProgressListener
- All Known Implementing Classes:
ProgressScreen
public interface ProgressListener
- Mappings:
Namespace Name official agd
intermediary net/minecraft/class_3536
named net/minecraft/util/ProgressListener
-
Method Summary
Modifier and Type Method Description void
method_15412(Text text)
void
method_15413(Text text)
void
method_15414(Text text)
void
progressStagePercentage(int int2)
void
setDone()
-
Method Details
-
method_15412
- Mappings:
Namespace Name Mixin selector official a
Lagd;a(Loi;)V
intermediary method_15412
Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)V
named method_15412
Lnet/minecraft/util/ProgressListener;method_15412(Lnet/minecraft/text/Text;)V
-
method_15413
- Mappings:
Namespace Name Mixin selector official b
Lagd;b(Loi;)V
intermediary method_15413
Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)V
named method_15413
Lnet/minecraft/util/ProgressListener;method_15413(Lnet/minecraft/text/Text;)V
-
method_15414
- Mappings:
Namespace Name Mixin selector official c
Lagd;c(Loi;)V
intermediary method_15414
Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)V
named method_15414
Lnet/minecraft/util/ProgressListener;method_15414(Lnet/minecraft/text/Text;)V
-
progressStagePercentage
void progressStagePercentage(int int2)- Mappings:
Namespace Name Mixin selector official a
Lagd;a(I)V
intermediary method_15410
Lnet/minecraft/class_3536;method_15410(I)V
named progressStagePercentage
Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
-
setDone
- Mappings:
Namespace Name Mixin selector official a
Lagd;a()V
intermediary method_15411
Lnet/minecraft/class_3536;method_15411()V
named setDone
Lnet/minecraft/util/ProgressListener;setDone()V
-