Class CondIsBlocking

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

@Name("Is Blocking") @Description("Checks whether a player is blocking with their shield.") @Examples({"on damage of player:","\tvictim is blocking","\tdamage attacker by 0.5 hearts"}) @Since("<i>unknown</i> (before 2.1)") public class CondIsBlocking extends PropertyCondition<org.bukkit.entity.Player>
  • Constructor Details

    • CondIsBlocking

      public CondIsBlocking()
  • Method Details