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_27801private Stringidprivate Collection<TestFunction>testFunctionsprivate 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 StringgetId()Collection<TestFunction>getTestFunctions()voidmethod_32237(ServerWorld serverWorld)voidsetWorld(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
-