pocketmine\entity\Entity::getMotion PHP Méthode

getMotion() public méthode

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