Package net.minecraft.test
Interface BatchListener
- All Known Implementing Classes:
 TestCommand.ReportingBatchListener
public interface BatchListener
- Mappings:
 Namespace Name named net/minecraft/test/BatchListenerintermediary net/minecraft/class_9114official st
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonFinished(GameTestBatch batch) voidonStarted(GameTestBatch batch)  
- 
Method Details
- 
onStarted
- Mappings:
 Namespace Name Mixin selector named onStartedLnet/minecraft/test/BatchListener;onStarted(Lnet/minecraft/test/GameTestBatch;)Vintermediary method_56199Lnet/minecraft/class_9114;method_56199(Lnet/minecraft/class_4514;)Vofficial aLst;a(Lsr;)V
 - 
onFinished
- Mappings:
 Namespace Name Mixin selector named onFinishedLnet/minecraft/test/BatchListener;onFinished(Lnet/minecraft/test/GameTestBatch;)Vintermediary method_56200Lnet/minecraft/class_9114;method_56200(Lnet/minecraft/class_4514;)Vofficial bLst;b(Lsr;)V
 
 -