Package net.minecraft.test
Class TestBatch
java.lang.Object
net.minecraft.test.TestBatch
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Consumer<ServerWorld>
private final String
private final Collection<TestFunctionInfo>
-
Constructor Summary
ConstructorDescriptionTestBatch
(String p_i226065_1_, Collection<TestFunctionInfo> p_i226065_2_, Consumer<ServerWorld> p_i226065_3_) -
Method Summary
-
Field Details
-
name
-
testFunctions
-
beforeBatchFunction
-
-
Constructor Details
-
TestBatch
public TestBatch(String p_i226065_1_, Collection<TestFunctionInfo> p_i226065_2_, @Nullable Consumer<ServerWorld> p_i226065_3_)
-
-
Method Details
-
getName
-
getTestFunctions
-
runBeforeBatchFunction
-