mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Populator: fix return type of populate()
This commit is contained in:
@ -32,7 +32,7 @@ use pocketmine\utils\Random;
|
|||||||
abstract class Populator{
|
abstract class Populator{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return mixed
|
* @return void
|
||||||
*/
|
*/
|
||||||
abstract public function populate(ChunkManager $level, int $chunkX, int $chunkZ, Random $random);
|
abstract public function populate(ChunkManager $level, int $chunkX, int $chunkZ, Random $random);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user