Class AttackableParam
java.lang.Object
studio.magemonkey.codex.util.actions.params.IParam
studio.magemonkey.codex.util.actions.params.defaults.IParamBoolean
studio.magemonkey.codex.util.actions.params.list.AttackableParam
- All Implemented Interfaces:
IAutoValidated
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidautoValidate(org.bukkit.entity.Entity exe, Set<org.bukkit.entity.Entity> targets, IParamValue val) Methods inherited from class studio.magemonkey.codex.util.actions.params.defaults.IParamBoolean
getParserMethods inherited from class studio.magemonkey.codex.util.actions.params.IParam
getFlag, getKey, getPattern
-
Constructor Details
-
AttackableParam
public AttackableParam()
-
-
Method Details
-
autoValidate
public void autoValidate(@NotNull org.bukkit.entity.Entity exe, @NotNull Set<org.bukkit.entity.Entity> targets, @NotNull IParamValue val) - Specified by:
autoValidatein interfaceIAutoValidated
-