Uses of Class
co.aikar.commands.InvalidCommandArgument
-
Packages that use InvalidCommandArgument Package Description co.aikar.commands co.aikar.commands.contexts -
-
Uses of InvalidCommandArgument in co.aikar.commands
Subclasses of InvalidCommandArgument in co.aikar.commands Modifier and Type Class Description classConditionFailedExceptionclassShowCommandHelpMethods in co.aikar.commands that throw InvalidCommandArgument Modifier and Type Method Description Collection<String>CommandCompletions.CommandCompletionHandler. getCompletions(C context)<T> TCommandCompletionContext. getContextValue(Class<? extends T> clazz)<T> TCommandCompletionContext. getContextValue(Class<? extends T> clazz, Integer paramIdx)<T> TCommandCompletionContext. getContextValueByName(Class<? extends T> clazz, String name)voidCommandConditions.Condition. validateCondition(ConditionContext<I> context)voidCommandConditions.ParameterCondition. validateCondition(ConditionContext<I> context, CEC execContext, P value) -
Uses of InvalidCommandArgument in co.aikar.commands.contexts
Methods in co.aikar.commands.contexts that throw InvalidCommandArgument Modifier and Type Method Description TContextResolver. getContext(C c)Parses the context of typeContextResolverintoContextResolver, or throws an exception.
-