Package net.minecraft.gametest.framework
Class GameTestBatchRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchRunner
-
Field Summary
Modifier and TypeFieldDescriptionprivate List<GameTestInfo>
private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestInfo>>>
private BlockPos
(package private) ServerLevel
private static org.apache.logging.log4j.Logger
private BlockPos.MutableBlockPos
private int
private GameTestTicker
-
Constructor Summary
ConstructorDescriptionGameTestBatchRunner(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_)
-
Method Summary
Modifier and TypeMethodDescriptionprivate Map<GameTestInfo,BlockPos>
createStructuresForBatch(Collection<GameTestInfo> p_177076_)
(package private) void
runBatch(int p_127571_)
void
start()
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
firstTestNorthWestCorner
-
level
-
testTicker
-
testsPerRow
private final int testsPerRow -
allTestInfos
-
batches
private final List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestInfo>>> batches -
nextTestNorthWestCorner
-
-
Constructor Details
-
GameTestBatchRunner
public GameTestBatchRunner(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_)
-
-
Method Details
-
getTestInfos
-
start
public void start() -
runBatch
void runBatch(int p_127571_) -
createStructuresForBatch
-