Package net.minecraft.gametest.framework
Class GameTestRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestRunner
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intprivate static final intstatic final intstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidclearAllTests(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_) static voidclearMarkers(ServerLevel p_127686_) static Collection<GameTestBatch>groupTestsIntoBatches(Collection<TestFunction> p_127725_) static voidrunTest(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_BATCHprivate static final int MAX_TESTS_PER_BATCH- See Also:
 
- 
PADDING_AROUND_EACH_STRUCTUREpublic static final int PADDING_AROUND_EACH_STRUCTURE- See Also:
 
- 
SPACE_BETWEEN_COLUMNSpublic static final int SPACE_BETWEEN_COLUMNS- See Also:
 
- 
SPACE_BETWEEN_ROWSpublic static final int SPACE_BETWEEN_ROWS- See Also:
 
- 
DEFAULT_TESTS_PER_ROWpublic static final int DEFAULT_TESTS_PER_ROW- See Also:
 
 
- 
- 
Constructor Details- 
GameTestRunnerpublic GameTestRunner()
 
- 
- 
Method Details- 
runTest
- 
runTestBatchespublic static Collection<GameTestInfo> runTestBatches(Collection<GameTestBatch> p_127727_, BlockPos p_127728_, Rotation p_127729_, ServerLevel p_127730_, GameTestTicker p_127731_, int p_127732_) 
- 
runTestspublic static Collection<GameTestInfo> runTests(Collection<TestFunction> p_127753_, BlockPos p_127754_, Rotation p_127755_, ServerLevel p_127756_, GameTestTicker p_127757_, int p_127758_) 
- 
groupTestsIntoBatches
- 
clearAllTestspublic static void clearAllTests(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_) 
- 
clearMarkers
 
-