pocketmine\Player::resetExpCooldown PHP Method

resetExpCooldown() public method

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