Uses of Class
co.aikar.commands.RegisteredCommand
-
Packages that use RegisteredCommand Package Description co.aikar.commands -
-
Uses of RegisteredCommand in co.aikar.commands
Methods in co.aikar.commands that return RegisteredCommand Modifier and Type Method Description RegisteredCommandCommandManager. createRegisteredCommand(BaseCommand command, String cmdName, Method method, String prefSubCommand)RegisteredCommandCommandExecutionContext. getCmd()RegisteredCommandBaseCommand. getDefaultRegisteredCommand()default RegisteredCommandRootCommand. getDefaultRegisteredCommand()RegisteredCommandCommandOperationContext. getRegisteredCommand()Methods in co.aikar.commands that return types with arguments of type RegisteredCommand Modifier and Type Method Description List<RegisteredCommand>BaseCommand. getRegisteredCommands()List<RegisteredCommand>ForwardingCommand. getRegisteredCommands()protected com.google.common.collect.SetMultimap<String,RegisteredCommand>BaseCommand. getSubCommands()com.google.common.collect.SetMultimap<String,RegisteredCommand>RootCommand. getSubCommands()Methods in co.aikar.commands with parameters of type RegisteredCommand Modifier and Type Method Description booleanBaseCommand. canExecute(CommandIssuer issuer, RegisteredCommand<?> cmd)Deprecated.abstract CommandExecutionContextCommandManager. createCommandContext(RegisteredCommand command, CommandParameter parameter, CommandIssuer sender, List<String> args, int i, Map<String,Object> passedArgs)abstract CommandCompletionContextCommandManager. createCompletionContext(RegisteredCommand command, CommandIssuer sender, String input, String config, String[] args)booleanExceptionHandler. execute(BaseCommand command, RegisteredCommand registeredCommand, CommandIssuer sender, List<String> args, Throwable t)Called when an exception occurs while executing a command
If an exception handler properly handles an exception, the user will not be noticied by the framework that something went unexceptected.protected booleanCommandManager. handleUncaughtException(BaseCommand scope, RegisteredCommand registeredCommand, CommandIssuer sender, List<String> args, Throwable t)default voidAnnotationProcessor. onCommandRegistered(RegisteredCommand command, T annotation)Deprecated.default voidAnnotationProcessor. onParameterRegistered(RegisteredCommand command, int parameterIndex, Parameter p, T annotation)Deprecated.voidCommandOperationContext. setRegisteredCommand(RegisteredCommand registeredCommand)voidBaseCommand. showSyntax(CommandIssuer issuer, RegisteredCommand<?> cmd)Method parameters in co.aikar.commands with type arguments of type RegisteredCommand Modifier and Type Method Description default voidRootCommand. addChildShared(List<BaseCommand> children, com.google.common.collect.SetMultimap<String,RegisteredCommand> subCommands, BaseCommand command)Constructors in co.aikar.commands with parameters of type RegisteredCommand Constructor Description CommandParameter(RegisteredCommand<CEC> command, Parameter param, int paramIndex, boolean isLast)
-