pocketmine\entity\Entity::getLocation PHP Method

getLocation() public method

public getLocation ( )
    public function getLocation()
    {
        return new Location($this->x, $this->y, $this->z, $this->yaw, $this->pitch, $this->level);
    }