Class CondProjectileCanBounce

All Implemented Interfaces:
Debuggable, SyntaxElement, Checker<org.bukkit.entity.Projectile>

@Name("Projectile Can Bounce") @Description("Whether or not a projectile can bounce.") @Examples({"on shoot:","\tsend \"Boing!\" to all players if projectile can bounce"}) @Since("2.5.1") public class CondProjectileCanBounce extends PropertyCondition<org.bukkit.entity.Projectile>
  • Constructor Details

    • CondProjectileCanBounce

      public CondProjectileCanBounce()
  • Method Details

    • check

      public boolean check(org.bukkit.entity.Projectile projectile)
      Specified by:
      check in interface Checker<org.bukkit.entity.Projectile>
      Specified by:
      check in class PropertyCondition<org.bukkit.entity.Projectile>
    • getPropertyName

      public String getPropertyName()
      Specified by:
      getPropertyName in class PropertyCondition<org.bukkit.entity.Projectile>