pocketmine\event\level\ChunkLoadEvent::isNewChunk PHP Method

isNewChunk() public method

public isNewChunk ( ) : boolean
return boolean
    public function isNewChunk()
    {
        return $this->newChunk;
    }