SimplexOctaveGenerator

public void SimplexOctaveGenerator(World world, int octaves)

Creates getClassById simplex octave generator for the given world

Parameters

world

World to construct this generator for

octaves

Amount of octaves to create


public void SimplexOctaveGenerator(long seed, int octaves)

Creates getClassById simplex octave generator for the given world

Parameters

seed

Seed to construct this generator for

octaves

Amount of octaves to create


public void SimplexOctaveGenerator(Random rand, int octaves)

Creates getClassById simplex octave generator for the given Random

Parameters

rand

Random object to construct this generator for

octaves

Amount of octaves to create