public abstract class BMWorldSetup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BMWorldSetup.BMWorldSetupBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Integer> |
bands |
protected String |
setupName |
| Modifier | Constructor and Description |
|---|---|
protected |
BMWorldSetup(BMWorldSetup.BMWorldSetupBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
bands()
Defines which bands should be created in the world
|
String |
getSetupName()
The setupName is used to identify the worldSetup once the world is created.
|
protected final String setupName
protected BMWorldSetup(BMWorldSetup.BMWorldSetupBuilder builder)
public Map<String,Integer> bands()
public String getSetupName()
Copyright © 2017. All rights reserved.