Package net.minecraft.gametest.framework
Class GameTestBatch
java.lang.Object
net.minecraft.gametest.framework.GameTestBatch
-
Field Summary
Modifier and TypeFieldDescriptionprivate Consumer<ServerLevel>
private Consumer<ServerLevel>
static String
private String
private 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:
- Constant Field Values
-
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
-