Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2020-04-26 00:28:09 +01:00
4 changed files with 28 additions and 11 deletions

View File

@ -32,7 +32,7 @@ use pocketmine\utils\Random;
abstract class Populator{
/**
* @return mixed
* @return void
*/
abstract public function populate(ChunkManager $level, int $chunkX, int $chunkZ, Random $random);
}