public class TestRunner extends Object
Modifier and Type | Field and Description |
---|---|
private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTest>>> |
batches |
private int |
currentBatchIndex |
private TestSet |
currentBatchTests |
private Map<GameTest,BlockPos> |
field_25300 |
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 and Description |
---|
TestRunner(Collection<GameTestBatch> collection,
BlockPos pos,
BlockRotation blockRotation,
ServerWorld serverWorld,
TestManager testManager,
int int2) |
Modifier and Type | Method and Description |
---|---|
List<GameTest> |
getTests() |
private void |
method_29401(Collection<GameTest> collection) |
private void |
onTestCompleted(GameTest test) |
void |
run() |
private void |
runBatch(int index) |
private static final Logger LOGGER
private final BlockPos pos
private final ServerWorld world
private final TestManager testManager
private final int sizeZ
private final List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTest>>> batches
private TestSet currentBatchTests
private int currentBatchIndex
private BlockPos.Mutable reusablePos
public TestRunner(Collection<GameTestBatch> collection, BlockPos pos, BlockRotation blockRotation, ServerWorld serverWorld, TestManager testManager, int int2)
public void run()
private void runBatch(int index)
private void onTestCompleted(GameTest test)
private void method_29401(Collection<GameTest> collection)