pocketmine\entity\Entity::getMotion PHP Метод

getMotion() публичный Метод

public getMotion ( )
    public function getMotion()
    {
        return new Vector3($this->motionX, $this->motionY, $this->motionZ);
    }