mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Populator: fix return type of populate()
This commit is contained in:
parent
32262d9bb5
commit
d9b0e373bb
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user