Package net.minecraft.test
Interface TestCompletionListener
- All Known Implementing Classes:
 FailureLoggingTestCompletionListener,XmlReportingTestCompletionListener
public interface TestCompletionListener
- Mappings:
 Namespace Name named net/minecraft/test/TestCompletionListenerintermediary net/minecraft/class_4531official up
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidonTestFailed(GameTestState test) voidonTestPassed(GameTestState test)  
- 
Method Details
- 
onTestFailed
- Mappings:
 Namespace Name Mixin selector named onTestFailedLnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)Vintermediary method_22304Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)Vofficial aLup;a(Lts;)V
 - 
onTestPassed
- Mappings:
 Namespace Name Mixin selector named onTestPassedLnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)Vintermediary method_33322Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)Vofficial bLup;b(Lts;)V
 - 
onStopped
default void onStopped()- Mappings:
 Namespace Name Mixin selector named onStoppedLnet/minecraft/test/TestCompletionListener;onStopped()Vintermediary method_36109Lnet/minecraft/class_4531;method_36109()Vofficial aLup;a()V
 
 -