pocketmine\event\entity\EntityEatEvent::setSaturationRestore PHP Method

setSaturationRestore() public method

public setSaturationRestore ( float $saturationRestore )
$saturationRestore float
    public function setSaturationRestore(float $saturationRestore)
    {
        $this->saturationRestore = $saturationRestore;
    }