Class CondIsSneaking

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

@Name("Is Sneaking") @Description("Checks whether a player is sneaking.") @Examples({"# prevent mobs from seeing sneaking players if they are at least 4 meters apart","on target:","\ttarget is sneaking","\tdistance of target and the entity is bigger than 4","\tcancel the event"}) @Since("1.4.4") public class CondIsSneaking extends PropertyCondition<org.bukkit.entity.Player>
  • Constructor Details

    • CondIsSneaking

      public CondIsSneaking()
  • Method Details