Package net.minecraft.test
Interface TestCompletionListener
- All Known Implementing Classes:
FailureLoggingTestCompletionListener
,XmlReportingTestCompletionListener
public interface TestCompletionListener
- Mappings:
Namespace Name named net/minecraft/test/TestCompletionListener
intermediary net/minecraft/class_4531
official ul
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
onTestFailed
(GameTestState test) void
onTestPassed
(GameTestState test)
-
Method Details
-
onTestFailed
- Mappings:
Namespace Name Mixin selector named onTestFailed
Lnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)V
intermediary method_22304
Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)V
official a
Lul;a(Lto;)V
-
onTestPassed
- Mappings:
Namespace Name Mixin selector named onTestPassed
Lnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)V
intermediary method_33322
Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)V
official b
Lul;b(Lto;)V
-
onStopped
default void onStopped()- Mappings:
Namespace Name Mixin selector named onStopped
Lnet/minecraft/test/TestCompletionListener;onStopped()V
intermediary method_36109
Lnet/minecraft/class_4531;method_36109()V
official a
Lul;a()V
-