Package net.minecraft.test
Interface TestListener
- All Known Implementing Classes:
StructureTestListener
,TestCommand.Listener
public interface TestListener
- Mappings:
Namespace Name official ps
intermediary net/minecraft/class_4518
named net/minecraft/test/TestListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFailed
(GameTestState test) void
onPassed
(GameTestState test) void
onStarted
(GameTestState test)
-
Method Details
-
onStarted
- Mappings:
Namespace Name Mixin selector official a
Lps;a(Lpr;)V
intermediary method_22188
Lnet/minecraft/class_4518;method_22188(Lnet/minecraft/class_4517;)V
named onStarted
Lnet/minecraft/test/TestListener;onStarted(Lnet/minecraft/test/GameTestState;)V
-
onPassed
- Mappings:
Namespace Name Mixin selector official b
Lps;b(Lpr;)V
intermediary method_33317
Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;)V
named onPassed
Lnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTestState;)V
-
onFailed
- Mappings:
Namespace Name Mixin selector official c
Lps;c(Lpr;)V
intermediary method_22190
Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;)V
named onFailed
Lnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTestState;)V
-