mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Convert Populator into an interface
This commit is contained in:
@ -32,7 +32,7 @@ use pocketmine\world\ChunkManager;
|
||||
use function count;
|
||||
use function min;
|
||||
|
||||
class GroundCover extends Populator{
|
||||
class GroundCover implements Populator{
|
||||
|
||||
public function populate(ChunkManager $world, int $chunkX, int $chunkZ, Random $random) : void{
|
||||
$chunk = $world->getChunk($chunkX, $chunkZ);
|
||||
|
Reference in New Issue
Block a user