Package net.minecraft
Class class_6308
java.lang.Object
net.minecraft.class_6308
- All Implemented Interfaces:
TestCompletionListener
public class class_6308 extends Object implements TestCompletionListener
- Mappings:
Namespace Name official mjintermediary net/minecraft/class_6308named net/minecraft/class_6308
-
Field Summary
Fields Modifier and Type Field Description private static Loggerfield_33176private static Escaperfield_33177 -
Constructor Summary
Constructors Constructor Description class_6308() -
Method Summary
Modifier and Type Method Description voidonTestFailed(GameTest test)voidonTestPassed(GameTest 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
-
field_33176
- Mappings:
Namespace Name Mixin selector official aLmj;a:Lorg/apache/logging/log4j/Logger;intermediary field_33176Lnet/minecraft/class_6308;field_33176:Lorg/apache/logging/log4j/Logger;named field_33176Lnet/minecraft/class_6308;field_33176:Lorg/apache/logging/log4j/Logger;
-
field_33177
- Mappings:
Namespace Name Mixin selector official bLmj;b:Lcom/google/common/escape/Escaper;intermediary field_33177Lnet/minecraft/class_6308;field_33177:Lcom/google/common/escape/Escaper;named field_33177Lnet/minecraft/class_6308;field_33177:Lcom/google/common/escape/Escaper;
-
-
Constructor Details
-
class_6308
public class_6308()
-
-
Method Details
-
onTestFailed
- Specified by:
onTestFailedin interfaceTestCompletionListener- Mappings:
Namespace Name Mixin selector official aLmo;a(Llv;)Vintermediary method_22304Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)Vnamed onTestFailedLnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTest;)V
-
onTestPassed
- Specified by:
onTestPassedin interfaceTestCompletionListener- Mappings:
Namespace Name Mixin selector official bLmo;b(Llv;)Vintermediary method_33322Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)Vnamed onTestPassedLnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTest;)V
-