Uses of Class
studio.magemonkey.codex.util.actions.params.IParamValue
Packages that use IParamValue
Package
Description
-
Uses of IParamValue in studio.magemonkey.codex.util.actions.params
Methods in studio.magemonkey.codex.util.actions.params that return IParamValueMethods in studio.magemonkey.codex.util.actions.params with parameters of type IParamValueModifier and TypeMethodDescriptionvoidIAutoValidated.autoValidate(org.bukkit.entity.Entity exe, Set<org.bukkit.entity.Entity> targets, IParamValue val) Constructor parameters in studio.magemonkey.codex.util.actions.params with type arguments of type IParamValue -
Uses of IParamValue in studio.magemonkey.codex.util.actions.params.list
Methods in studio.magemonkey.codex.util.actions.params.list with parameters of type IParamValueModifier and TypeMethodDescriptionvoidAllowSelfParam.autoValidate(org.bukkit.entity.Entity exe, Set<org.bukkit.entity.Entity> targets, IParamValue val) voidAttackableParam.autoValidate(org.bukkit.entity.Entity exe, Set<org.bukkit.entity.Entity> targets, IParamValue val) -
Uses of IParamValue in studio.magemonkey.codex.util.actions.params.parser
Methods in studio.magemonkey.codex.util.actions.params.parser that return IParamValueModifier and TypeMethodDescriptionIParamParser.parseValue(String str) ParamBooleanParser.parseValue(String str) ParamNumberParser.parseValue(String str) ParamStringParser.parseValue(String str)