Uses of Class
net.minecraft.test.TestManager
-
Uses of TestManager in net.minecraft.test
Modifier and TypeFieldDescriptionstatic TestManager
TestManager.INSTANCE
private TestManager
StructureTestListener.testManager
private TestManager
TestRunner.testManager
Modifier and TypeMethodDescriptionstatic void
TestUtil.clearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius)
static Collection<GameTestState>
TestUtil.runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)
static Collection<GameTestState>
TestUtil.runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)
static void
TestUtil.startTest(GameTestState test, BlockPos pos, TestManager testManager)
ModifierConstructorDescriptionStructureTestListener(GameTestState test, TestManager testManager, BlockPos pos)
TestRunner(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)