Uses of Class
co.aikar.commands.CommandParameter
Packages that use CommandParameter
-
Uses of CommandParameter in co.aikar.commands
Methods in co.aikar.commands that return CommandParameterMethods in co.aikar.commands with parameters of type CommandParameterModifier and TypeMethodDescriptionabstract CommandExecutionContextCommandManager.createCommandContext(RegisteredCommand command, CommandParameter parameter, CommandIssuer sender, List<String> args, int i, Map<String, Object> passedArgs) @NotNull String[]CommandHelpFormatter.getParameterFormatReplacements(CommandHelp help, CommandParameter param, HelpEntry entry) Override this to control replacementsvoidCommandHelpFormatter.printDetailedParameter(CommandHelp help, CommandIssuer issuer, HelpEntry entry, CommandParameter param) voidCommandParameter.setNextParam(CommandParameter<CEC> nextParam)