Package net.minecraft.gametest.framework
Class GameTestBatchFactory
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<GameTestBatch> fromTestFunction
(Collection<TestFunction> p_320519_, ServerLevel p_319999_) private static GameTestBatch
toGameTestBatch
(List<GameTestInfo> p_320150_, String p_320417_, long p_326505_) static GameTestInfo
toGameTestInfo
(TestFunction p_320432_, int p_320796_, ServerLevel p_320136_)
-
Field Details
-
MAX_TESTS_PER_BATCH
private static final int MAX_TESTS_PER_BATCH- See Also:
-
-
Constructor Details
-
GameTestBatchFactory
public GameTestBatchFactory()
-
-
Method Details
-
fromTestFunction
public static Collection<GameTestBatch> fromTestFunction(Collection<TestFunction> p_320519_, ServerLevel p_319999_) -
toGameTestInfo
public static GameTestInfo toGameTestInfo(TestFunction p_320432_, int p_320796_, ServerLevel p_320136_) -
fromGameTestInfo
-
toGameTestBatch
private static GameTestBatch toGameTestBatch(List<GameTestInfo> p_320150_, String p_320417_, long p_326505_)
-