Package net.minecraft.gametest.framework
Class GameTestBatch
java.lang.Object
net.minecraft.gametest.framework.GameTestBatch
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Consumer<ServerLevel>private final Consumer<ServerLevel>static final Stringprivate final Stringprivate final Collection<TestFunction> - 
Constructor Summary
ConstructorsConstructorDescriptionGameTestBatch(String p_177059_, Collection<TestFunction> p_177060_, Consumer<ServerLevel> p_177061_, Consumer<ServerLevel> p_177062_)  - 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrunAfterBatchFunction(ServerLevel p_177064_) voidrunBeforeBatchFunction(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
 
 -