类 GameTestBatchFactory
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchFactory
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明fromGameTestInfo
(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_)
-
字段详细资料
-
MAX_TESTS_PER_BATCH
private static final int MAX_TESTS_PER_BATCH- 另请参阅:
-
-
构造器详细资料
-
GameTestBatchFactory
public GameTestBatchFactory()
-
-
方法详细资料
-
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_)
-