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 su
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailed(GameTestState test, TestRunContext context) voidonPassed(GameTestState test, TestRunContext context) voidonRetry(GameTestState lastState, 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 aLsu;a(Lsr;)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 aLsu;a(Lsr;Lsw;)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 bLsu;b(Lsr;Lsw;)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 aLsu;a(Lsr;Lsr;Lsw;)V
-