Package net.minecraft.gametest.framework
Class GameTestBatchRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchRunner
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<GameTestInfo>private final List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestInfo>>> private intprivate final BlockPos(package private) final ServerLevelprivate static final org.slf4j.Loggerprivate final BlockPos.MutableBlockPosprivate AABBprivate final intprivate final 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.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
 
 -