Package net.minecraft.test
Class TestExecutor
java.lang.Object
net.minecraft.test.TestExecutor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<TestTracker>private final List<com.mojang.datafixers.util.Pair<TestBatch,Collection<TestTracker>>> private intprivate TestResultListprivate final BlockPosprivate final ServerWorldprivate static final org.apache.logging.log4j.Loggerprivate BlockPos.Mutableprivate final Map<TestTracker,BlockPos> private final intprivate final TestCollection -
Constructor Summary
ConstructorsConstructorDescriptionTestExecutor(Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcreateStructuresForBatch(Collection<TestTracker> p_229480_1_) private voidrunBatch(int p_229477_1_) voidstart()private voidtestCompleted(TestTracker p_229479_1_)
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
firstTestNorthWestCorner
-
level
-
testTicker
-
testsPerRow
private final int testsPerRow -
allTestInfos
-
northWestCorners
-
batches
-
currentBatchTracker
-
currentBatchIndex
private int currentBatchIndex -
nextTestNorthWestCorner
-
-
Constructor Details
-
TestExecutor
public TestExecutor(Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_)
-
-
Method Details
-
getTestInfos
-
start
public void start() -
runBatch
private void runBatch(int p_229477_1_) -
testCompleted
-
createStructuresForBatch
-