Provides a chunk generator that generates chunks using the class Manic Digger (up to 2011-Mar-18) chunk generation algorithm.
상속: WorldGeneratorBase
 /// <summary>
 /// Initializes a new instance of the ExperimentalChunkGenerator class.
 /// </summary>
 public ExperimentalWorldGenerator()
     : base()
 {
     _default = new Noise2DWorldGenerator();
     _rnd     = new Random(DateTime.Now.Millisecond);
 }
 /// <summary>
 /// Initializes a new instance of the ExperimentalChunkGenerator class.
 /// </summary>
 public ExperimentalWorldGenerator()
     : base()
 {
     _default = new Noise2DWorldGenerator();
     _rnd = new Random(DateTime.Now.Millisecond);
 }