Class CondIsGliding

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

@Name("Is Gliding") @Description("Checks whether a living entity is gliding.") @Examples("if player is gliding") @Since("2.7") public class CondIsGliding extends PropertyCondition<org.bukkit.entity.LivingEntity>
  • Constructor Details

    • CondIsGliding

      public CondIsGliding()
  • Method Details

    • check

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

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