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 mj
intermediary net/minecraft/class_6308
named net/minecraft/class_6308
-
Field Summary
Fields Modifier and Type Field Description private static Logger
field_33176
private static Escaper
field_33177
-
Constructor Summary
Constructors Constructor Description class_6308()
-
Method Summary
Modifier and Type Method Description void
onTestFailed(GameTest test)
void
onTestPassed(GameTest test)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.test.TestCompletionListener
onStopped
-
Field Details
-
field_33176
- Mappings:
Namespace Name Mixin selector official a
Lmj;a:Lorg/apache/logging/log4j/Logger;
intermediary field_33176
Lnet/minecraft/class_6308;field_33176:Lorg/apache/logging/log4j/Logger;
named field_33176
Lnet/minecraft/class_6308;field_33176:Lorg/apache/logging/log4j/Logger;
-
field_33177
- Mappings:
Namespace Name Mixin selector official b
Lmj;b:Lcom/google/common/escape/Escaper;
intermediary field_33177
Lnet/minecraft/class_6308;field_33177:Lcom/google/common/escape/Escaper;
named field_33177
Lnet/minecraft/class_6308;field_33177:Lcom/google/common/escape/Escaper;
-
-
Constructor Details
-
class_6308
public class_6308()
-
-
Method Details
-
onTestFailed
- Specified by:
onTestFailed
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector official a
Lmo;a(Llv;)V
intermediary method_22304
Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)V
named onTestFailed
Lnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTest;)V
-
onTestPassed
- Specified by:
onTestPassed
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector official b
Lmo;b(Llv;)V
intermediary method_33322
Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)V
named onTestPassed
Lnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTest;)V
-