pocketmine\Player::canPickupExp PHP Méthode

canPickupExp() public méthode

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