pocketmine\level\ChunkLoader::onChunkPopulated PHP Method

onChunkPopulated() public method

This method will be called when a registered chunk is populated Usually it'll be sent with another call to onChunkChanged()
public onChunkPopulated ( pocketmine\level\format\FullChunk $chunk )
$chunk pocketmine\level\format\FullChunk
    public function onChunkPopulated(FullChunk $chunk);