Uses of Class
jss.commandapi.SubCommand
-
-
Uses of SubCommand in jss.commandapi
Methods in jss.commandapi that return types with arguments of type SubCommand Modifier and Type Method Description List<SubCommand>BaseCommand. getSubCommands()Methods in jss.commandapi with parameters of type SubCommand 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.
-