Package net.minecraft.gametest.framework
Class GameTestBatchFactory
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromGameTestInfo
(int p_344529_) static Collection
<GameTestBatch> fromTestFunction
(Collection<TestFunction> p_327987_, ServerLevel p_333027_) static GameTestBatch
toGameTestBatch
(Collection<GameTestInfo> p_342407_, String p_332050_, long p_335589_) static GameTestInfo
toGameTestInfo
(TestFunction p_330595_, int p_336033_, ServerLevel p_330290_)
-
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_327987_, ServerLevel p_333027_) -
toGameTestInfo
public static GameTestInfo toGameTestInfo(TestFunction p_330595_, int p_336033_, ServerLevel p_330290_) -
fromGameTestInfo
-
fromGameTestInfo
-
toGameTestBatch
public static GameTestBatch toGameTestBatch(Collection<GameTestInfo> p_342407_, String p_332050_, long p_335589_)
-