Class ExprProjectileBounceState

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

@Name("Projectile Bounce State") @Description("A projectile\'s bounce state.") @Examples({"on projectile hit:","\tset projectile bounce mode of event-projectile to true"}) @Since("2.5.1") public class ExprProjectileBounceState extends SimplePropertyExpression<org.bukkit.entity.Projectile,​Boolean>