public class WhittakerMapLayer extends MapLayer
| Modifier and Type | Class and Description |
|---|---|
static class |
WhittakerMapLayer.ClimateType |
| Constructor and Description |
|---|
WhittakerMapLayer(long seed,
MapLayer belowLayer,
WhittakerMapLayer.ClimateType type)
Creates a map layer.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
generateValues(int x,
int z,
int sizeX,
int sizeZ) |
initialize, nextInt, setCoordsSeedpublic WhittakerMapLayer(long seed,
MapLayer belowLayer,
WhittakerMapLayer.ClimateType type)
seed - the layer random seedbelowLayer - the layer generated before this onetype - the climate-type parameterpublic int[] generateValues(int x,
int z,
int sizeX,
int sizeZ)
generateValues in class MapLayerCopyright © 2021. All rights reserved.