@Deprecated public class SkylandsTerrainGenerator extends Object implements GenerationPopulator
| Modifier and Type | Field and Description | 
|---|---|
| static int | MAX_HEIGHTDeprecated.  Maximum height of the basic terrain. | 
| static int | MIN_HEIGHTDeprecated.  Minimum height of the basic terrain. | 
| Constructor and Description | 
|---|
| SkylandsTerrainGenerator()Deprecated.  Constructs a new Skylands terrain generator. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | populate(World world,
        MutableBlockVolume buffer,
        ImmutableBiomeVolume biomes)Deprecated.  Operates on a  MutableBlockVolumeeither forming the base terrain
 or performing modifications during the generation phase. | 
public static final int MAX_HEIGHT
public static final int MIN_HEIGHT
public SkylandsTerrainGenerator()
public void populate(World world, MutableBlockVolume buffer, ImmutableBiomeVolume biomes)
GenerationPopulatorMutableBlockVolume either forming the base terrain
 or performing modifications during the generation phase.populate in interface GenerationPopulatorworld - The worldbuffer - The buffer to apply the changes to. The buffer can be of
        any size.biomes - The biomes for generation