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 void
clearDebugMarkers(ServerWorld world)
static void
clearTests(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 void
startTest(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
-