C# (CSharp) ManicDigger.MapTools.Generators Namespace

Classes

Name Description
ExperimentalWorldGenerator Provides a chunk generator that uses an experimental algorithm to create unusual or weird structures.
GenerationOption Provides access to the basic chunk generation options.
Noise2DWorldGenerator Provides a chunk generator that generates chunks using the class Manic Digger (up to 2011-Mar-18) chunk generation algorithm.
Noise3DWorldGenerator Provides a chunk generator that generates chunks using the class Manic Digger (up to 2011-Mar-18) chunk generation algorithm.
WorldGeneratorBase Provides a convenience implementation of the IChunkGenerator interface. This class is abstract.