pocketmine\Player::getExp PHP Method

getExp() public method

Deprecation: Use Human::getTotalXp(), this method will be removed in the future.
public getExp ( )
    public function getExp()
    {
        trigger_error("This method is deprecated, do not use it", E_USER_DEPRECATED);
        return $this->getTotalXp();
    }
Player