Package net.minecraft.test
Class TestUtil
java.lang.Object
net.minecraft.test.TestUtil
- Mappings:
Namespace Name official ps
intermediary net/minecraft/class_4520
named net/minecraft/test/TestUtil
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clearDebugMarkers
(ServerWorld world) static void
clearTests
(ServerWorld world, BlockPos pos, TestManager testManager, int radius) static Collection<GameTestBatch>
createBatches
(Collection<TestFunction> testFunctions) static Collection<GameTestState>
runTestBatches
(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ) static Collection<GameTestState>
runTestFunctions
(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ) static void
startTest
(GameTestState test, BlockPos pos, TestManager testManager)
-
Field Details
-
MAX_BATCH_SIZE
private static final int MAX_BATCH_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official e
Lps;e:I
intermediary field_33152
Lnet/minecraft/class_4520;field_33152:I
named MAX_BATCH_SIZE
Lnet/minecraft/test/TestUtil;MAX_BATCH_SIZE:I
-
field_33148
public static final int field_33148- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lps;a:I
intermediary field_33148
Lnet/minecraft/class_4520;field_33148:I
named field_33148
Lnet/minecraft/test/TestUtil;field_33148:I
-
field_33149
public static final int field_33149- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lps;b:I
intermediary field_33149
Lnet/minecraft/class_4520;field_33149:I
named field_33149
Lnet/minecraft/test/TestUtil;field_33149:I
-
field_33150
public static final int field_33150- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lps;c:I
intermediary field_33150
Lnet/minecraft/class_4520;field_33150:I
named field_33150
Lnet/minecraft/test/TestUtil;field_33150:I
-
field_33151
public static final int field_33151- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lps;d:I
intermediary field_33151
Lnet/minecraft/class_4520;field_33151:I
named field_33151
Lnet/minecraft/test/TestUtil;field_33151:I
-
-
Constructor Details
-
TestUtil
public TestUtil()
-
-
Method Details
-
startTest
- Mappings:
Namespace Name Mixin selector official a
Lps;a(Lpp;Lgp;Lpv;)V
intermediary method_22203
Lnet/minecraft/class_4520;method_22203(Lnet/minecraft/class_4517;Lnet/minecraft/class_2338;Lnet/minecraft/class_4521;)V
named startTest
Lnet/minecraft/test/TestUtil;startTest(Lnet/minecraft/test/GameTestState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/test/TestManager;)V
-
runTestBatches
public static Collection<GameTestState> runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ) - Mappings:
Namespace Name Mixin selector official a
Lps;a(Ljava/util/Collection;Lgp;Lcsz;Lahm;Lpv;I)Ljava/util/Collection;
intermediary method_22210
Lnet/minecraft/class_4520;method_22210(Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_3218;Lnet/minecraft/class_4521;I)Ljava/util/Collection;
named runTestBatches
Lnet/minecraft/test/TestUtil;runTestBatches(Ljava/util/Collection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/test/TestManager;I)Ljava/util/Collection;
-
runTestFunctions
public static Collection<GameTestState> runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ) - Mappings:
Namespace Name Mixin selector official b
Lps;b(Ljava/util/Collection;Lgp;Lcsz;Lahm;Lpv;I)Ljava/util/Collection;
intermediary method_22222
Lnet/minecraft/class_4520;method_22222(Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_3218;Lnet/minecraft/class_4521;I)Ljava/util/Collection;
named runTestFunctions
Lnet/minecraft/test/TestUtil;runTestFunctions(Ljava/util/Collection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/test/TestManager;I)Ljava/util/Collection;
-
createBatches
- Mappings:
Namespace Name Mixin selector official a
Lps;a(Ljava/util/Collection;)Ljava/util/Collection;
intermediary method_22209
Lnet/minecraft/class_4520;method_22209(Ljava/util/Collection;)Ljava/util/Collection;
named createBatches
Lnet/minecraft/test/TestUtil;createBatches(Ljava/util/Collection;)Ljava/util/Collection;
-
clearTests
- Mappings:
Namespace Name Mixin selector official a
Lps;a(Lahm;Lgp;Lpv;I)V
intermediary method_22216
Lnet/minecraft/class_4520;method_22216(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_4521;I)V
named clearTests
Lnet/minecraft/test/TestUtil;clearTests(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/test/TestManager;I)V
-
clearDebugMarkers
- Mappings:
Namespace Name Mixin selector official a
Lps;a(Lahm;)V
intermediary method_22213
Lnet/minecraft/class_4520;method_22213(Lnet/minecraft/class_3218;)V
named clearDebugMarkers
Lnet/minecraft/test/TestUtil;clearDebugMarkers(Lnet/minecraft/server/world/ServerWorld;)V
-