Package net.minecraft.gametest.framework
Class GameTestBatchRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchRunner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<GameTestInfo>private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestInfo>>>private BlockPos(package private) ServerLevelprivate static org.apache.logging.log4j.Loggerprivate BlockPos.MutableBlockPosprivate intprivate GameTestTicker -
Constructor Summary
ConstructorsConstructorDescriptionGameTestBatchRunner(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) voidrunBatch(int p_127571_)voidstart()
-
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
-