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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    autoValidate(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

    getParser

    Methods inherited from class studio.magemonkey.codex.util.actions.params.IParam

    getFlag, getKey, getPattern

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      autoValidate in interface studio.magemonkey.codex.util.actions.params.IAutoValidated