Uses of Class
co.aikar.commands.InvalidCommandArgument
Packages that use InvalidCommandArgument
-
Uses of InvalidCommandArgument in co.aikar.commands
Subclasses of InvalidCommandArgument in co.aikar.commandsMethods in co.aikar.commands that throw InvalidCommandArgumentModifier and TypeMethodDescriptionCommandCompletions.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 InvalidCommandArgumentModifier and TypeMethodDescriptionContextResolver.getContext(C c) Parses the context of typeContextResolverintoContextResolver, or throws an exception.