public class PerlinOctaveGenerator extends OctaveGenerator
octaves, xScale, yScale, zScale
Constructor | Description |
---|---|
PerlinOctaveGenerator(long seed,
int octaves) |
Creates a perlin octave generator for the given world
|
PerlinOctaveGenerator(Random rand,
int octaves) |
Creates a perlin octave generator for the given
Random |
PerlinOctaveGenerator(World world,
int octaves) |
Creates a perlin octave generator for the given world
|
public PerlinOctaveGenerator(@NotNull World world, int octaves)
world
- World to construct this generator foroctaves
- Amount of octaves to createpublic PerlinOctaveGenerator(long seed, int octaves)
seed
- Seed to construct this generator foroctaves
- Amount of octaves to createCopyright © 2019. All rights reserved.