public class GlobalGeneratorConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
MAX_ELEV
Maximum elevation for generated terrain
|
static int |
SEA_LEVEL
Elevation for sea level
|
static int |
X_SECTION_SIZE |
static int |
X_SECTIONS |
static int |
Y_SECTION_SIZE |
static int |
Y_SECTIONS |
static int |
Z_SECTION_SIZE |
static int |
Z_SECTIONS |
| Constructor and Description |
|---|
GlobalGeneratorConfig() |
public static final int SEA_LEVEL
public static final double MAX_ELEV
public static final int X_SECTION_SIZE
public static final int Y_SECTION_SIZE
public static final int Z_SECTION_SIZE
public static final int X_SECTIONS
public static final int Y_SECTIONS
public static final int Z_SECTIONS