Uses of Class
jss.commandapi.BaseCommand
-
-
Uses of BaseCommand in jss.commandapi
Methods in jss.commandapi that return BaseCommand Modifier and Type Method Description BaseCommandBaseCommand. addSubCommand(SubCommand subCommand)Adds a subcommand to this command.BaseCommandBaseCommand. addSubCommand(SubCommand... subCommands)Adds multiple subcommands to this command at once.BaseCommandBaseCommand. name(String name)Sets the main command name.
-