public class TestUtil extends Object
| Constructor and Description |
|---|
TestUtil() |
| Modifier and Type | Method and 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) |
public static void startTest(GameTest gameTest, BlockPos blockPos, TestManager testManager)
public static Collection<GameTest> runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)
public static Collection<GameTest> runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)
public static Collection<GameTestBatch> createBatches(Collection<TestFunction> testFunctions)
public static void clearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius)
public static void clearDebugMarkers(ServerWorld world)