Package net.minecraft.test
Class TestBatch
java.lang.Object
net.minecraft.test.TestBatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Consumer<ServerWorld>private final Stringprivate final Collection<TestFunctionInfo> -
Constructor Summary
ConstructorsConstructorDescriptionTestBatch(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
-