Package net.minecraft.gametest.framework
Class GameTestBatchFactory
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromGameTestInfo
(int maxTests) static Collection
<GameTestBatch> fromTestFunction
(Collection<TestFunction> testFunctions, ServerLevel level) static GameTestBatch
toGameTestBatch
(Collection<GameTestInfo> gameTestInfos, String functionName, long index) static GameTestInfo
toGameTestInfo
(TestFunction testFunction, int rotationSteps, ServerLevel level)
-
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> testFunctions, ServerLevel level) -
toGameTestInfo
public static GameTestInfo toGameTestInfo(TestFunction testFunction, int rotationSteps, ServerLevel level) -
fromGameTestInfo
-
fromGameTestInfo
-
toGameTestBatch
public static GameTestBatch toGameTestBatch(Collection<GameTestInfo> gameTestInfos, String functionName, long index)
-