Package net.minecraft.test
Class GameTestBatch
java.lang.Object
net.minecraft.test.GameTestBatch
public class GameTestBatch extends Object
-
Field Summary
Fields Modifier and Type Field Description private Consumer<ServerWorld>
field_27801
private String
id
private Collection<TestFunction>
testFunctions
private Consumer<ServerWorld>
worldSetter
-
Constructor Summary
Constructors Constructor Description GameTestBatch(String id, Collection<TestFunction> testFunctions, Consumer<ServerWorld> worldSetter, Consumer<ServerWorld> consumer)
-
Method Summary
Modifier and Type Method Description String
getId()
Collection<TestFunction>
getTestFunctions()
void
method_32237(ServerWorld serverWorld)
void
setWorld(ServerWorld world)
-
Field Details
-
id
-
testFunctions
-
worldSetter
-
field_27801
-
-
Constructor Details
-
GameTestBatch
public GameTestBatch(String id, Collection<TestFunction> testFunctions, @Nullable Consumer<ServerWorld> worldSetter, @Nullable Consumer<ServerWorld> consumer)
-
-
Method Details
-
getId
-
getTestFunctions
-
setWorld
-
method_32237
-