pocketmine\event\level\ChunkEvent::getChunk PHP Method

getChunk() public method

public getChunk ( ) : pocketmine\level\format\FullChunk
return pocketmine\level\format\FullChunk
    public function getChunk()
    {
        return $this->chunk;
    }