Package net.minecraft.test
Interface TestListener
- All Known Implementing Classes:
 StructureTestListener,TestCommand.Listener
public interface TestListener
- Mappings:
 Namespace Name named net/minecraft/test/TestListenerintermediary net/minecraft/class_4518official sy
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonFailed(GameTestState test, TestRunContext context) voidonPassed(GameTestState test, TestRunContext context) voidonRetry(GameTestState prevState, GameTestState nextState, TestRunContext context) voidonStarted(GameTestState test)  
- 
Method Details
- 
onStarted
- Mappings:
 Namespace Name Mixin selector named onStartedLnet/minecraft/test/TestListener;onStarted(Lnet/minecraft/test/GameTestState;)Vintermediary method_22188Lnet/minecraft/class_4518;method_22188(Lnet/minecraft/class_4517;)Vofficial aLsy;a(Lsx;)V
 - 
onPassed
- Mappings:
 Namespace Name Mixin selector named onPassedLnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)Vintermediary method_33317Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)Vofficial aLsy;a(Lsx;Lta;)V
 - 
onFailed
- Mappings:
 Namespace Name Mixin selector named onFailedLnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)Vintermediary method_22190Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)Vofficial bLsy;b(Lsx;Lta;)V
 - 
onRetry
- Mappings:
 Namespace Name Mixin selector named onRetryLnet/minecraft/test/TestListener;onRetry(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)Vintermediary method_56216Lnet/minecraft/class_4518;method_56216(Lnet/minecraft/class_4517;Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)Vofficial aLsy;a(Lsx;Lsx;Lta;)V
 
 -