Package net.minecraft.test
Interface TestCompletionListener
- All Known Implementing Classes:
- FailureLoggingTestCompletionListener,- XmlReportingTestCompletionListener
public interface TestCompletionListener
- Mappings:
- Namespace - Name - named - net/minecraft/test/TestCompletionListener- intermediary - net/minecraft/class_4531- official - ti
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidvoidonTestFailed(GameTestState test) voidonTestPassed(GameTestState test) 
- 
Method Details- 
onTestFailed- Mappings:
- Namespace - Name - Mixin selector - named - onTestFailed- Lnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)V- intermediary - method_22304- Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)V- official - a- Lti;a(Lsl;)V
 
- 
onTestPassed- Mappings:
- Namespace - Name - Mixin selector - named - onTestPassed- Lnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)V- intermediary - method_33322- Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)V- official - b- Lti;b(Lsl;)V
 
- 
onStoppeddefault void onStopped()- Mappings:
- Namespace - Name - Mixin selector - named - onStopped- Lnet/minecraft/test/TestCompletionListener;onStopped()V- intermediary - method_36109- Lnet/minecraft/class_4531;method_36109()V- official - a- Lti;a()V
 
 
-