Package net.minecraft.test
Class TestUtil
java.lang.Object
net.minecraft.test.TestUtil
public class TestUtil extends Object
- Mappings:
Namespace Name official ltintermediary net/minecraft/class_4520named net/minecraft/test/TestUtil
-
Constructor Summary
Constructors Constructor Description TestUtil() -
Method Summary
Modifier and Type Method Description static voidclearDebugMarkers(ServerWorld world)static voidclearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius)static Collection<GameTestBatch>createBatches(Collection<TestFunction> testFunctions)static Collection<GameTest>runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int int2)static Collection<GameTest>runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int int2)static voidstartTest(GameTest test, BlockPos pos, TestManager testManager)
-
Constructor Details
-
TestUtil
public TestUtil()
-
-
Method Details
-
startTest
- Mappings:
Namespace Name Mixin selector official aLlt;a(Llq;Lfx;Llw;)Vintermediary method_22203Lnet/minecraft/class_4520;method_22203(Lnet/minecraft/class_4517;Lnet/minecraft/class_2338;Lnet/minecraft/class_4521;)Vnamed startTestLnet/minecraft/test/TestUtil;startTest(Lnet/minecraft/test/GameTest;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/test/TestManager;)V
-
runTestBatches
public static Collection<GameTest> runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int int2)- Mappings:
Namespace Name Mixin selector official aLlt;a(Ljava/util/Collection;Lfx;Lccm;Laav;Llw;I)Ljava/util/Collection;intermediary method_22210Lnet/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 runTestBatchesLnet/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<GameTest> runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int int2)- Mappings:
Namespace Name Mixin selector official bLlt;b(Ljava/util/Collection;Lfx;Lccm;Laav;Llw;I)Ljava/util/Collection;intermediary method_22222Lnet/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 runTestFunctionsLnet/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 aLlt;a(Ljava/util/Collection;)Ljava/util/Collection;intermediary method_22209Lnet/minecraft/class_4520;method_22209(Ljava/util/Collection;)Ljava/util/Collection;named createBatchesLnet/minecraft/test/TestUtil;createBatches(Ljava/util/Collection;)Ljava/util/Collection;
-
clearTests
public static void clearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius)- Mappings:
Namespace Name Mixin selector official aLlt;a(Laav;Lfx;Llw;I)Vintermediary method_22216Lnet/minecraft/class_4520;method_22216(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_4521;I)Vnamed clearTestsLnet/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 aLlt;a(Laav;)Vintermediary method_22213Lnet/minecraft/class_4520;method_22213(Lnet/minecraft/class_3218;)Vnamed clearDebugMarkersLnet/minecraft/test/TestUtil;clearDebugMarkers(Lnet/minecraft/server/world/ServerWorld;)V
-