Uses of Class
net.minecraft.test.TestManager
Packages that use TestManager
-
Uses of TestManager in net.minecraft.test
Fields in net.minecraft.test declared as TestManagerModifier and TypeFieldDescriptionstatic final TestManager
TestManager.INSTANCE
private final TestManager
StructureTestListener.testManager
private final TestManager
TestRunner.testManager
Methods in net.minecraft.test with parameters of type TestManagerModifier 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) Constructors in net.minecraft.test with parameters of type TestManagerModifierConstructorDescriptionStructureTestListener
(GameTestState test, TestManager testManager, BlockPos pos) TestRunner
(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)