Class CondIsValid

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

@Name("Is Valid") @Description("Checks whether an entity has died or been despawned for some other reason.") @Examples("if event-entity is valid") @Since("2.7") public class CondIsValid extends PropertyCondition<org.bukkit.entity.Entity>
  • Constructor Details

    • CondIsValid

      public CondIsValid()
  • Method Details