pocketmine\Player::canPickupExp PHP Method

canPickupExp() public method

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