Package net.minecraft.test
Interface TestListener
- All Known Implementing Classes:
StructureTestListener,TestCommand.Listener
public interface TestListener
- Mappings:
Namespace Name official rxintermediary net/minecraft/class_4518named net/minecraft/test/TestListener
-
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 official aLrx;a(Lrw;)Vintermediary method_22188Lnet/minecraft/class_4518;method_22188(Lnet/minecraft/class_4517;)Vnamed onStartedLnet/minecraft/test/TestListener;onStarted(Lnet/minecraft/test/GameTestState;)V
-
onPassed
- Mappings:
Namespace Name Mixin selector official aLrx;a(Lrw;Lrz;)Vintermediary method_33317Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)Vnamed onPassedLnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
-
onFailed
- Mappings:
Namespace Name Mixin selector official bLrx;b(Lrw;Lrz;)Vintermediary method_22190Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)Vnamed onFailedLnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
-
onRetry
- Mappings:
Namespace Name Mixin selector official aLrx;a(Lrw;Lrw;Lrz;)Vintermediary method_56216Lnet/minecraft/class_4518;method_56216(Lnet/minecraft/class_4517;Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)Vnamed onRetryLnet/minecraft/test/TestListener;onRetry(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
-