net.minecraft.gametest.framework

public record GameTestBatch

sr
net.minecraft.gametest.framework.GameTestBatch
net.minecraft.class_4514
net.minecraft.test.GameTestBatch
net.minecraft.src.C_4884_
net.minecraft.gametest.framework.GameTestHarnessBatch

Field summary

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

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()
f_127539_()
public Collection<GameTestInfo>
b()
gameTestInfos()
comp_2210()
states()
f_314676_()
public Consumer<ServerLevel>
c()
beforeBatchFunction()
comp_2211()
beforeBatchFunction()
f_127541_()
public Consumer<ServerLevel>
d()
afterBatchFunction()
comp_2212()
afterBatchFunction()
f_177057_()