Package net.minecraft.gametest.framework
Class GameTestRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestRunner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
private static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clearAllTests
(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_) static void
clearMarkers
(ServerLevel p_127686_) static Collection<GameTestBatch>
groupTestsIntoBatches
(Collection<TestFunction> p_127725_) static void
runTest
(GameTestInfo p_127743_, BlockPos p_127744_, GameTestTicker p_127745_) static Collection<GameTestInfo>
runTestBatches
(Collection<GameTestBatch> p_127727_, BlockPos p_127728_, Rotation p_127729_, ServerLevel p_127730_, GameTestTicker p_127731_, int p_127732_) static Collection<GameTestInfo>
runTests
(Collection<TestFunction> p_127753_, BlockPos p_127754_, Rotation p_127755_, ServerLevel p_127756_, GameTestTicker p_127757_, int p_127758_)
-
Field Details
-
MAX_TESTS_PER_BATCH
private static final int MAX_TESTS_PER_BATCH- See Also:
-
SPACE_BETWEEN_COLUMNS
public static final int SPACE_BETWEEN_COLUMNS- See Also:
-
SPACE_BETWEEN_ROWS
public static final int SPACE_BETWEEN_ROWS- See Also:
-
DEFAULT_TESTS_PER_ROW
public static final int DEFAULT_TESTS_PER_ROW- See Also:
-
-
Constructor Details
-
GameTestRunner
public GameTestRunner()
-
-
Method Details
-
runTest
-
runTestBatches
public static Collection<GameTestInfo> runTestBatches(Collection<GameTestBatch> p_127727_, BlockPos p_127728_, Rotation p_127729_, ServerLevel p_127730_, GameTestTicker p_127731_, int p_127732_) -
runTests
public static Collection<GameTestInfo> runTests(Collection<TestFunction> p_127753_, BlockPos p_127754_, Rotation p_127755_, ServerLevel p_127756_, GameTestTicker p_127757_, int p_127758_) -
groupTestsIntoBatches
-
clearAllTests
public static void clearAllTests(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_) -
clearMarkers
-