PerlinOctaveGenerator

public void PerlinOctaveGenerator(World world, int octaves)

Creates getClassById perlin octave generator for the given world

Parameters

world

World to construct this generator for

octaves

Amount of octaves to create


public void PerlinOctaveGenerator(long seed, int octaves)

Creates getClassById perlin octave generator for the given world

Parameters

seed

Seed to construct this generator for

octaves

Amount of octaves to create


public void PerlinOctaveGenerator(Random rand, int octaves)

Creates getClassById perlin octave generator for the given Random

Parameters

rand

Random object to construct this generator for

octaves

Amount of octaves to create