net.minecraft.test

public class TestRunContext$Builder

net.minecraft.gametest.framework.GameTestRunner$Builder
net.minecraft.class_4520$class_9115
net.minecraft.test.TestRunContext$Builder

Field summary

Modifier and TypeField
private final MinecraftServer
server
field_1_7452
field_1_7452
private final TestManager
testTicker
field_48486
manager
private TestRunContext$Batcher
batcher
field_48487
batcher
private TestRunContext$TestStructureSpawner
existingStructureSpawner
field_48488
reuseSpawner
private TestRunContext$TestStructureSpawner
newStructureSpawner
field_48489
initialSpawner
private final Collection<GameTestBatch>
batches
field_48490
batches
private boolean
haltOnError
field_52280
stopAfterFailure
private boolean
clearBetweenBatches
field_61882
clearBetweenBatches

Constructor summary

ModifierConstructor
private (Collection<GameTestBatch> batches, MinecraftServer server)

Method summary

Modifier and TypeMethod
public static TestRunContext$Builder
fromBatches(Collection<GameTestBatch> batches, MinecraftServer server)
method_56236(Collection<class_4514> arg0, MinecraftServer arg1)
of(Collection<GameTestBatch> batches, MinecraftServer arg1)
public static TestRunContext$Builder
fromInfo(Collection<GameTestInfo> tests, MinecraftServer server)
method_56238(Collection<class_4517> arg0, MinecraftServer arg1)
ofStates(Collection<GameTestState> states, MinecraftServer arg1)
public TestRunContext$Builder
haltOnError()
method_61097()
stopAfterFailure()
public TestRunContext$Builder
clearBetweenBatches()
method_73076()
clearBetweenBatches()
public TestRunContext$Builder
newStructureSpawner(GameTestRunner$StructureSpawner structureSpawner)
method_56237(class_4520$class_9117 arg0)
initialSpawner(TestRunContext$TestStructureSpawner initialSpawner)
public TestRunContext$Builder
existingStructureSpawner(StructureGridSpawner spawner)
method_61096(class_9120 arg0)
reuseSpawner(TestStructurePlacer reuseSpawner)
public TestRunContext$Builder
batcher(GameTestRunner$GameTestBatcher batcher)
method_61095(class_4520$class_9116 arg0)
batcher(TestRunContext$Batcher batcher)
public TestRunContext
build()
method_56235()
build()