Package net.minecraft.gametest.framework
Class GameTestBatchRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchRunner
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<GameTestInfo>
private final List<com.mojang.datafixers.util.Pair<GameTestBatch,
Collection<GameTestInfo>>> private int
private final BlockPos
(package private) final ServerLevel
private static final org.slf4j.Logger
private final BlockPos.MutableBlockPos
private AABB
private final int
private final 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.slf4j.Logger LOGGER -
firstTestNorthWestCorner
-
level
-
testTicker
-
testsPerRow
private final int testsPerRow -
allTestInfos
-
batches
-
count
private int count -
rowBounds
-
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
-