Class CondIsSilent

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

@Name("Is Silent") @Description("Checks whether an entity is silent i.e. its sounds are disabled.") @Examples("target entity is silent") @Since("2.5") public class CondIsSilent extends PropertyCondition<org.bukkit.entity.Entity>
  • Constructor Details

    • CondIsSilent

      public CondIsSilent()
  • Method Details