Updated Levels :D

This commit is contained in:
Shoghi Cervantes
2014-06-09 11:35:52 +02:00
parent 920e2a7c7e
commit 115b4cf4ac
41 changed files with 1492 additions and 270 deletions

View File

@ -50,7 +50,7 @@ abstract class Generator{
public abstract function __construct(array $settings = []);
public abstract function init(Level $level, Random $random);
public abstract function init(GenerationChunkManager $level, Random $random);
public abstract function generateChunk($chunkX, $chunkZ);