Package net.minecraft.test
Class TestManager
java.lang.Object
net.minecraft.test.TestManager
public class TestManager extends Object
- Mappings:
Namespace Name official lw
intermediary net/minecraft/class_4521
named net/minecraft/test/TestManager
-
Field Summary
Fields Modifier and Type Field Description static TestManager
INSTANCE
private Collection<GameTest>
tests
-
Constructor Summary
Constructors Constructor Description TestManager()
-
Method Summary
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Llw;a:Llw;
intermediary field_20574
Lnet/minecraft/class_4521;field_20574:Lnet/minecraft/class_4521;
named INSTANCE
Lnet/minecraft/test/TestManager;INSTANCE:Lnet/minecraft/test/TestManager;
-
tests
- Mappings:
Namespace Name Mixin selector official b
Llw;b:Ljava/util/Collection;
intermediary field_20575
Lnet/minecraft/class_4521;field_20575:Ljava/util/Collection;
named tests
Lnet/minecraft/test/TestManager;tests:Ljava/util/Collection;
-
-
Constructor Details
-
TestManager
public TestManager()
-
-
Method Details
-
start
- Mappings:
Namespace Name Mixin selector official a
Llw;a(Llq;)V
intermediary method_22227
Lnet/minecraft/class_4521;method_22227(Lnet/minecraft/class_4517;)V
named start
Lnet/minecraft/test/TestManager;start(Lnet/minecraft/test/GameTest;)V
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official a
Llw;a()V
intermediary method_22226
Lnet/minecraft/class_4521;method_22226()V
named clear
Lnet/minecraft/test/TestManager;clear()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official b
Llw;b()V
intermediary method_22228
Lnet/minecraft/class_4521;method_22228()V
named tick
Lnet/minecraft/test/TestManager;tick()V
-