Package net.minecraft.test
Interface BatchListener
- All Known Implementing Classes:
TestCommand.ReportingBatchListener
public interface BatchListener
- Mappings:
Namespace Name official sgintermediary net/minecraft/class_9114named net/minecraft/test/BatchListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFinished(GameTestBatch batch) voidonStarted(GameTestBatch batch)
-
Method Details
-
onStarted
- Mappings:
Namespace Name Mixin selector official aLsg;a(Lse;)Vintermediary method_56199Lnet/minecraft/class_9114;method_56199(Lnet/minecraft/class_4514;)Vnamed onStartedLnet/minecraft/test/BatchListener;onStarted(Lnet/minecraft/test/GameTestBatch;)V
-
onFinished
- Mappings:
Namespace Name Mixin selector official bLsg;b(Lse;)Vintermediary method_56200Lnet/minecraft/class_9114;method_56200(Lnet/minecraft/class_4514;)Vnamed onFinishedLnet/minecraft/test/BatchListener;onFinished(Lnet/minecraft/test/GameTestBatch;)V
-