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(java.util.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(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 createpublic PerlinOctaveGenerator(java.util.Random rand,
int octaves)
Randomrand - Random object to construct this generator foroctaves - Amount of octaves to createCopyright © 2018. All rights reserved.