diff --git a/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.Builder.html b/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.Builder.html index 18ebace6b..fb24ef67a 100644 --- a/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.Builder.html +++ b/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.Builder.html @@ -208,11 +208,10 @@

duration

  • amplifier

    -
    PotionEffect.Builder amplifier(int amplifier) - throws IllegalArgumentException
    +
    PotionEffect.Builder amplifier(int amplifier)
    Sets the amplifier power of the potion effect. -

    Amplifiers must be greater than or equal to zero. See +

    See PotionEffect.amplifier() for an explanation of what the amplifier means.

    @@ -220,8 +219,6 @@

    amplifier

    amplifier - The amplifier power
    Returns:
    This builder, for chaining
    -
    Throws:
    -
    IllegalArgumentException - If the amplifier is less than zero
  • diff --git a/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.html b/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.html index 5ccb57ad7..4447eb429 100644 --- a/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.html +++ b/spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/effect/potion/PotionEffect.html @@ -218,7 +218,7 @@

    of

    Returns:
    The potion effect
    Throws:
    -
    IllegalArgumentException - If the amplifier is negative or the duration is not positive
    +
    IllegalArgumentException - If the duration is not positive
    @@ -240,7 +240,7 @@

    of

    Returns:
    The potion effect
    Throws:
    -
    IllegalArgumentException - If the amplifier is negative or the duration is not positive
    +
    IllegalArgumentException - If the duration is not positive