Package net.minecraft.test
Class TestManager
java.lang.Object
net.minecraft.test.TestManager
- Mappings:
Namespace Name named net/minecraft/test/TestManager
intermediary net/minecraft/class_4521
official th
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestManager
private @Nullable TestRunContext
private boolean
private TestManager.State
private final Collection
<GameTestState> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
setRunContext
(TestRunContext runContext) void
start
(GameTestState test) void
void
tick()
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector named INSTANCE
Lnet/minecraft/test/TestManager;INSTANCE:Lnet/minecraft/test/TestManager;
intermediary field_20574
Lnet/minecraft/class_4521;field_20574:Lnet/minecraft/class_4521;
official a
Lth;a:Lth;
-
tests
- Mappings:
Namespace Name Mixin selector named tests
Lnet/minecraft/test/TestManager;tests:Ljava/util/Collection;
intermediary field_20575
Lnet/minecraft/class_4521;field_20575:Ljava/util/Collection;
official b
Lth;b:Ljava/util/Collection;
-
runContext
- Mappings:
Namespace Name Mixin selector named runContext
Lnet/minecraft/test/TestManager;runContext:Lnet/minecraft/test/TestRunContext;
intermediary field_48495
Lnet/minecraft/class_4521;field_48495:Lnet/minecraft/class_4520;
official c
Lth;c:Lte;
-
state
- Mappings:
Namespace Name Mixin selector named state
Lnet/minecraft/test/TestManager;state:Lnet/minecraft/test/TestManager$State;
intermediary field_57041
Lnet/minecraft/class_4521;field_57041:Lnet/minecraft/class_4521$class_10822;
official d
Lth;d:Lth$a;
-
shouldTick
private volatile boolean shouldTick- Mappings:
Namespace Name Mixin selector named shouldTick
Lnet/minecraft/test/TestManager;shouldTick:Z
intermediary field_60601
Lnet/minecraft/class_4521;field_60601:Z
official e
Lth;e:Z
-
-
Constructor Details
-
TestManager
private TestManager()
-
-
Method Details
-
start
- Mappings:
Namespace Name Mixin selector named start
Lnet/minecraft/test/TestManager;start(Lnet/minecraft/test/GameTestState;)V
intermediary method_22227
Lnet/minecraft/class_4521;method_22227(Lnet/minecraft/class_4517;)V
official a
Lth;a(Lsz;)V
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clear
Lnet/minecraft/test/TestManager;clear()V
intermediary method_22226
Lnet/minecraft/class_4521;method_22226()V
official a
Lth;a()V
-
setRunContext
- Mappings:
Namespace Name Mixin selector named setRunContext
Lnet/minecraft/test/TestManager;setRunContext(Lnet/minecraft/test/TestRunContext;)V
intermediary method_56241
Lnet/minecraft/class_4521;method_56241(Lnet/minecraft/class_4520;)V
official a
Lth;a(Lte;)V
-
startTicking
public void startTicking()- Mappings:
Namespace Name Mixin selector named startTicking
Lnet/minecraft/test/TestManager;startTicking()V
intermediary method_71664
Lnet/minecraft/class_4521;method_71664()V
official b
Lth;b()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/test/TestManager;tick()V
intermediary method_22228
Lnet/minecraft/class_4521;method_22228()V
official c
Lth;c()V
-