Package net.minecraft.test
Class TestUtil
java.lang.Object
net.minecraft.test.TestUtil
public class TestUtil extends Object
-
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 blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)static Collection<GameTest>runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)static voidstartTest(GameTest gameTest, BlockPos blockPos, TestManager testManager)
-
Constructor Details
-
TestUtil
public TestUtil()
-
-
Method Details
-
startTest
-
runTestBatches
public static Collection<GameTest> runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2) -
runTestFunctions
public static Collection<GameTest> runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2) -
createBatches
-
clearTests
public static void clearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius) -
clearDebugMarkers
-