java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Integer>
ch.njol.skript.expressions.base.PropertyExpression<SkriptPotionEffect,Integer>
ch.njol.skript.expressions.base.SimplePropertyExpression<SkriptPotionEffect,Integer>
org.skriptlang.skript.bukkit.potion.elements.expressions.ExprPotionAmplifier
All Implemented Interfaces:
Debuggable, Expression<Integer>, Loopable<Integer>, Simplifiable<Expression<? extends Integer>>, SyntaxElement, Converter<SkriptPotionEffect,Integer>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Potion Effect - Amplifier") @Description("An expression to obtain the amplifier of a potion effect.") @Example("set the amplifier of {_potion} to 10") @Example("add 10 to the amplifier of the player\'s speed effect") @Since({"2.7","INSERT VERSION (support for potion effect objects, changing)"}) public class ExprPotionAmplifier extends ch.njol.skript.expressions.base.SimplePropertyExpression<SkriptPotionEffect,Integer>