Interface IAutoValidated

All Known Implementing Classes:
AllowSelfParam, AttackableParam

public interface IAutoValidated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    autoValidate(org.bukkit.entity.Entity exe, Set<org.bukkit.entity.Entity> targets, IParamValue val)
     
  • Method Details

    • autoValidate

      void autoValidate(@NotNull org.bukkit.entity.Entity exe, @NotNull Set<org.bukkit.entity.Entity> targets, @NotNull IParamValue val)