public class GameTestBatch extends Object
| Modifier and Type | Field and Description |
|---|---|
private Consumer<ServerWorld> |
field_27801 |
private String |
id |
private Collection<TestFunction> |
testFunctions |
private Consumer<ServerWorld> |
worldSetter |
| Constructor and Description |
|---|
GameTestBatch(String id,
Collection<TestFunction> testFunctions,
Consumer<ServerWorld> worldSetter,
Consumer<ServerWorld> consumer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Collection<TestFunction> |
getTestFunctions() |
void |
method_32237(ServerWorld serverWorld) |
void |
setWorld(ServerWorld world) |
private final String id
private final Collection<TestFunction> testFunctions
@Nullable private final Consumer<ServerWorld> worldSetter
@Nullable private final Consumer<ServerWorld> field_27801
public GameTestBatch(String id, Collection<TestFunction> testFunctions, @Nullable Consumer<ServerWorld> worldSetter, @Nullable Consumer<ServerWorld> consumer)
public String getId()
public Collection<TestFunction> getTestFunctions()
public void setWorld(ServerWorld world)
public void method_32237(ServerWorld serverWorld)