Class CondIsOnGround

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

@Name("Is on Ground") @Description("Checks whether an entity is on ground.") @Examples("player is not on ground") @Since("2.2-dev26") public class CondIsOnGround extends PropertyCondition<org.bukkit.entity.Entity>
  • Constructor Details

    • CondIsOnGround

      public CondIsOnGround()
  • Method Details