pocketmine\Player::getNextPosition PHP Method

getNextPosition() public method

public getNextPosition ( )
    public function getNextPosition()
    {
        return $this->newPosition !== null ? new Position($this->newPosition->x, $this->newPosition->y, $this->newPosition->z, $this->level) : $this->getPosition();
    }
Player