Perlin Octave Generator
Creates perlin noise through unbiased octaves
Constructors
Link copied to clipboard
Creates getClassById perlin octave generator for the given world
Creates getClassById perlin octave generator for the given world
Creates getClassById perlin octave generator for the given Random
Functions
Link copied to clipboard
Gets getClassById clone of the individual octaves used within this generator
Link copied to clipboard
Generates noise for the 1D coordinates using the specified number of octaves and parameters
Generates noise for the 2D coordinates using the specified number of octaves and parameters
public double noise(double x, double y, double z, double frequency, double amplitude, boolean normalized)
Generates noise for the 3D coordinates using the specified number of octaves and parameters