Class CondIsFlying

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

@Name("Is Flying") @Description("Checks whether a player is flying.") @Examples("player is not flying") @Since("1.4.4") public class CondIsFlying extends PropertyCondition<org.bukkit.entity.Player>
  • Constructor Details

    • CondIsFlying

      public CondIsFlying()
  • Method Details