Package net.minecraft.test
Class TestRunner
java.lang.Object
net.minecraft.test.TestRunner
public class TestRunner extends Object
-
Field Summary
Fields Modifier and Type Field Description private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTest>>>
batches
private static Logger
LOGGER
private BlockPos
pos
private BlockPos.Mutable
reusablePos
private int
sizeZ
private TestManager
testManager
private List<GameTest>
tests
private ServerWorld
world
-
Constructor Summary
Constructors Constructor Description TestRunner(Collection<GameTestBatch> collection, BlockPos blockPos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)
-
Method Summary
-
Field Details
-
LOGGER
-
pos
-
world
-
testManager
-
sizeZ
private final int sizeZ -
tests
-
batches
-
reusablePos
-
-
Constructor Details
-
TestRunner
public TestRunner(Collection<GameTestBatch> collection, BlockPos blockPos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)
-
-
Method Details
-
getTests
-
run
public void run() -
runBatch
private void runBatch(int index) -
method_29401
-