Class ExprArrowKnockbackStrength

All Implemented Interfaces:
Converter<org.bukkit.entity.Projectile,​Long>, Debuggable, Expression<Long>, SyntaxElement

@Name("Arrow Knockback Strength") @Description("An arrow\'s knockback strength.") @Examples({"on shoot:","\tevent-projectile is an arrow","\tset arrow knockback strength of event-projectile to 10"}) @Since("2.5.1") public class ExprArrowKnockbackStrength extends SimplePropertyExpression<org.bukkit.entity.Projectile,​Long>