net.minecraft.gametest.framework

public class GameTestBatchRunner

is
net.minecraft.gametest.framework.GameTestBatchRunner
net.minecraft.class_4515
net.minecraft.test.TestRunner
net.minecraft.test.TestExecutor
net.minecraft.server.v1_15_R1.GameTestHarnessBatchRunner

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_20546
LOGGER
field_229466_a_
private final BlockPos
b
startPos
field_20548
pos
field_229467_b_
private final ServerLevel
c
level
field_20549
world
field_229468_c_
private final GameTestTicker
d
testTicker
field_20550
testManager
field_229469_d_
private final List<GameTestInfo>
e
allTestInfos
field_20551
tests
field_229470_e_
private final List<com.mojang.datafixers.util.Pair<GameTestBatch, Collection<GameTestInfo>>>
f
batches
field_20547
batches
field_229471_f_
private MultipleTestTracker
g
currentBatchTracker
field_20553
currentBatchTests
field_229472_g_
private int
h
currentBatchIndex
field_20554
currentBatchIndex
field_229473_h_
private BlockPos$MutableBlockPos
i
nextTestPos
field_20555
reusablePos
field_229474_i_
private int
j
maxDepthOnThisRow
field_20556
sizeZ
field_229475_j_

Constructor summary

ModifierConstructor
public (Collection<GameTestBatch> batches, BlockPos pos, ServerLevel world, GameTestTicker testManager)

Method summary

Modifier and TypeMethod
public List<GameTestInfo>
a()
getTestInfos()
method_22155()
getTests()
func_229476_a_()
public void
b()
start()
method_22160()
run()
func_229482_b_()
private void
a(int arg0)
runBatch(int arg0)
method_22156(int arg0)
runBatch(int index)
func_229477_a_(int arg0)
private void
a(iw arg0)
testCompleted(GameTestInfo arg0)
method_22159(class_4517 arg0)
onTestCompleted(GameTest test)
func_229479_a_(TestTracker arg0)
private void
a(Collection<iw> arg0)
createStructuresForBatch(Collection<GameTestInfo> arg0)
method_23632(Collection<class_4517> arg0)
func_229480_a_(Collection<TestTracker> arg0)