pocketmine\entity\Entity::setMaxHealth PHP Method

setMaxHealth() public method

public setMaxHealth ( integer $amount )
$amount integer
    public function setMaxHealth($amount)
    {
        $this->maxHealth = (int) $amount;
    }