Class PartyMemberParam
java.lang.Object
studio.magemonkey.codex.util.actions.params.IParam
studio.magemonkey.codex.util.actions.params.defaults.IParamBoolean
studio.magemonkey.divinity.utils.actions.params.PartyMemberParam
- All Implemented Interfaces:
studio.magemonkey.codex.util.actions.params.IAutoValidated
public class PartyMemberParam
extends studio.magemonkey.codex.util.actions.params.defaults.IParamBoolean
implements studio.magemonkey.codex.util.actions.params.IAutoValidated
-
Field Summary
Fields inherited from class studio.magemonkey.codex.util.actions.params.IParam
flag, key, pattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidautoValidate(org.bukkit.entity.Entity exe, Set<org.bukkit.entity.Entity> targets, studio.magemonkey.codex.util.actions.params.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
-
PartyMemberParam
public PartyMemberParam()
-
-
Method Details
-
autoValidate
public void autoValidate(@NotNull org.bukkit.entity.Entity exe, @NotNull Set<org.bukkit.entity.Entity> targets, @NotNull studio.magemonkey.codex.util.actions.params.IParamValue val) - Specified by:
autoValidatein interfacestudio.magemonkey.codex.util.actions.params.IAutoValidated
-