Package net.minecraft.gametest.framework
Class GameTestBatch
java.lang.Object
net.minecraft.gametest.framework.GameTestBatch
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Consumer<ServerLevel>
private final Consumer<ServerLevel>
static final String
private final String
private final Collection<TestFunction>
-
Constructor Summary
ConstructorDescriptionGameTestBatch
(String p_177059_, Collection<TestFunction> p_177060_, Consumer<ServerLevel> p_177061_, Consumer<ServerLevel> p_177062_) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
runAfterBatchFunction
(ServerLevel p_177064_) void
runBeforeBatchFunction
(ServerLevel p_127548_)
-
Field Details
-
DEFAULT_BATCH_NAME
- See Also:
-
name
-
testFunctions
-
beforeBatchFunction
-
afterBatchFunction
-
-
Constructor Details
-
GameTestBatch
public GameTestBatch(String p_177059_, Collection<TestFunction> p_177060_, @Nullable Consumer<ServerLevel> p_177061_, @Nullable Consumer<ServerLevel> p_177062_)
-
-
Method Details
-
getName
-
getTestFunctions
-
runBeforeBatchFunction
-
runAfterBatchFunction
-