类 GameTestBatchRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchRunner
-
字段概要
字段修饰符和类型字段说明private final List<GameTestInfo>
private final List<com.mojang.datafixers.util.Pair<GameTestBatch,
Collection<GameTestInfo>>> private final BlockPos
(专用程序包) final ServerLevel
private static final org.slf4j.Logger
private final BlockPos.MutableBlockPos
private final int
private final GameTestTicker
-
构造器概要
构造器构造器说明GameTestBatchRunner
(Collection<GameTestBatch> pTestBatches, BlockPos pPos, Rotation pRotation, ServerLevel pServerLevel, GameTestTicker pTestTicker, int pTestsPerRow) -
方法概要
修饰符和类型方法说明private Map<GameTestInfo,
BlockPos> createStructuresForBatch
(Collection<GameTestInfo> pTestInfos) (专用程序包) void
runBatch
(int pBatchId) void
start()
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
firstTestNorthWestCorner
-
level
-
testTicker
-
testsPerRow
private final int testsPerRow -
allTestInfos
-
batches
-
nextTestNorthWestCorner
-
-
构造器详细资料
-
GameTestBatchRunner
public GameTestBatchRunner(Collection<GameTestBatch> pTestBatches, BlockPos pPos, Rotation pRotation, ServerLevel pServerLevel, GameTestTicker pTestTicker, int pTestsPerRow)
-
-
方法详细资料
-
getTestInfos
-
start
public void start() -
runBatch
void runBatch(int pBatchId) -
createStructuresForBatch
-