Package net.minecraft.test
Class FailureLoggingTestCompletionListener
java.lang.Object
net.minecraft.test.FailureLoggingTestCompletionListener
- All Implemented Interfaces:
 TestCompletionListener
- Mappings:
 Namespace Name named net/minecraft/test/FailureLoggingTestCompletionListenerintermediary net/minecraft/class_4523official th
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidonTestFailed(GameTestState test) voidonTestPassed(GameTestState test) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.test.TestCompletionListener
onStopped 
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/test/FailureLoggingTestCompletionListener;LOGGER:Lorg/slf4j/Logger;intermediary field_20576Lnet/minecraft/class_4523;field_20576:Lorg/slf4j/Logger;official aLth;a:Lorg/slf4j/Logger;
 
 - 
 - 
Constructor Details
- 
FailureLoggingTestCompletionListener
public FailureLoggingTestCompletionListener() 
 - 
 - 
Method Details
- 
onTestFailed
- Specified by:
 onTestFailedin interfaceTestCompletionListener- Mappings:
 Namespace Name Mixin selector named onTestFailedLnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)Vintermediary method_22304Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)Vofficial aLtu;a(Lsx;)V
 - 
onTestPassed
- Specified by:
 onTestPassedin interfaceTestCompletionListener- Mappings:
 Namespace Name Mixin selector named onTestPassedLnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)Vintermediary method_33322Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)Vofficial bLtu;b(Lsx;)V
 
 -