Package net.minecraft.gametest.framework
Class GameTestBatchRunner
java.lang.Object
net.minecraft.gametest.framework.GameTestBatchRunner
- 
Field SummaryFieldsModifier 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 SummaryConstructorsConstructorDescriptionGameTestBatchRunner(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate Map<GameTestInfo,BlockPos> createStructuresForBatch(Collection<GameTestInfo> p_177076_) (package private) voidrunBatch(int p_127571_) voidstart()
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
firstTestNorthWestCorner
- 
level
- 
testTicker
- 
testsPerRowprivate final int testsPerRow
- 
allTestInfos
- 
batches
- 
countprivate int count
- 
rowBounds
- 
nextTestNorthWestCorner
 
- 
- 
Constructor Details- 
GameTestBatchRunnerpublic GameTestBatchRunner(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_) 
 
- 
- 
Method Details- 
getTestInfos
- 
startpublic void start()
- 
runBatchvoid runBatch(int p_127571_) 
- 
createStructuresForBatch
 
-