public class PerlinOctaveGenerator extends OctaveGenerator
octaves, xScale, yScale, zScale| Constructor and Description | 
|---|
PerlinOctaveGenerator(long seed,
                     int octaves)
Creates a perlin octave generator for the given world 
 | 
PerlinOctaveGenerator(@NotNull Random rand,
                     int octaves)
Creates a perlin octave generator for the given  
Random | 
PerlinOctaveGenerator(@NotNull World world,
                     int octaves)
Creates a perlin octave generator for the given world 
 | 
public PerlinOctaveGenerator(@NotNull
                             @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 © 2021. All rights reserved.