Package net.minecraft.test
Interface TestListener
- All Known Implementing Classes:
StructureTestListener
,TestCommand.Listener
public interface TestListener
- Mappings:
Namespace Name named net/minecraft/test/TestListener
intermediary net/minecraft/class_4518
official tp
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFailed
(GameTestState test, TestRunContext context) void
onPassed
(GameTestState test, TestRunContext context) void
onRetry
(GameTestState prevState, GameTestState nextState, TestRunContext context) void
onStarted
(GameTestState test)
-
Method Details
-
onStarted
- Mappings:
Namespace Name Mixin selector named onStarted
Lnet/minecraft/test/TestListener;onStarted(Lnet/minecraft/test/GameTestState;)V
intermediary method_22188
Lnet/minecraft/class_4518;method_22188(Lnet/minecraft/class_4517;)V
official a
Ltp;a(Lto;)V
-
onPassed
- Mappings:
Namespace Name Mixin selector named onPassed
Lnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
intermediary method_33317
Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
official a
Ltp;a(Lto;Ltr;)V
-
onFailed
- Mappings:
Namespace Name Mixin selector named onFailed
Lnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
intermediary method_22190
Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
official b
Ltp;b(Lto;Ltr;)V
-
onRetry
- Mappings:
Namespace Name Mixin selector named onRetry
Lnet/minecraft/test/TestListener;onRetry(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
intermediary method_56216
Lnet/minecraft/class_4518;method_56216(Lnet/minecraft/class_4517;Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
official a
Ltp;a(Lto;Lto;Ltr;)V
-