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