net.minecraft.gametest.framework

public record GameTestBatch

tm
net.minecraft.gametest.framework.GameTestBatch
net.minecraft.class_4514
net.minecraft.test.GameTestBatch
net.minecraft.gametest.framework.GameTestHarnessBatch

Field summary

Modifier and TypeField
private final String
b
name
comp_2209
id
private final Collection<GameTestInfo>
c
gameTestInfos
comp_2210
states
private final Consumer<ServerLevel>
d
beforeBatchFunction
comp_2211
beforeBatchFunction
private final Consumer<ServerLevel>
e
afterBatchFunction
comp_2212
afterBatchFunction
public static final String
a
DEFAULT_BATCH_NAME
field_33145
DEFAULT_BATCH

Constructor summary

ModifierConstructor
public (String id, Collection<GameTestInfo> testFunctions, Consumer<ServerLevel> beforeBatchConsumer, Consumer<ServerLevel> afterBatchConsumer)

Method summary

Modifier and TypeMethod
public String
a()
name()
comp_2209()
id()
public Collection<GameTestInfo>
b()
gameTestInfos()
comp_2210()
states()
public Consumer<ServerLevel>
c()
beforeBatchFunction()
comp_2211()
beforeBatchFunction()
public Consumer<ServerLevel>
d()
afterBatchFunction()
comp_2212()
afterBatchFunction()