pocketmine\entity\Entity::getMotion PHP 메소드

getMotion() 공개 메소드

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