Package net.minecraft.test
Interface TestCompletionListener
- All Known Implementing Classes:
class_6308,FailureLoggingTestCompletionListener,XmlReportingTestCompletionListener
public interface TestCompletionListener
- Mappings:
Namespace Name official mointermediary net/minecraft/class_4531named net/minecraft/test/TestCompletionListener
-
Method Summary
Modifier and Type Method Description default voidonStopped()voidonTestFailed(GameTest test)voidonTestPassed(GameTest test)
-
Method Details
-
onTestFailed
- Mappings:
Namespace Name Mixin selector official aLmo;a(Llv;)Vintermediary method_22304Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)Vnamed onTestFailedLnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTest;)V
-
onTestPassed
- Mappings:
Namespace Name Mixin selector official bLmo;b(Llv;)Vintermediary method_33322Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)Vnamed onTestPassedLnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTest;)V
-
onStopped
default void onStopped()- Mappings:
Namespace Name Mixin selector official aLmo;a()Vintermediary method_36109Lnet/minecraft/class_4531;method_36109()Vnamed onStoppedLnet/minecraft/test/TestCompletionListener;onStopped()V
-