Class CondEntityIsWet

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

@Name("Entity is Wet") @Description("Checks whether an entity is wet or not (in water, rain or a bubble column).") @Examples("if player is wet:") @RequiredPlugins("Paper 1.16+") @Since("2.6.1") public class CondEntityIsWet extends PropertyCondition<org.bukkit.entity.Entity>
  • Constructor Details

    • CondEntityIsWet

      public CondEntityIsWet()
  • Method Details