Uses of Class
wf.utils.command.subcommand.SubCommand
Packages that use SubCommand
-
Uses of SubCommand in wf.utils.command.listener
Fields in wf.utils.command.listener with type parameters of type SubCommandModifier and TypeFieldDescriptionprotected final TreeMap<String, SubCommand<T>> AbstractCommandHandler.sortedSubcommandsprotected HashMap<String, SubCommand<T>> AbstractCommandHandler.subcommandsMethods in wf.utils.command.listener that return types with arguments of type SubCommandModifier and TypeMethodDescriptionMap<String, SubCommand<T>> AbstractCommandHandler.getSortedSubcommands()Map<String, SubCommand<T>> AbstractCommandHandler.getSubcommands()Methods in wf.utils.command.listener with parameters of type SubCommandModifier and TypeMethodDescriptionvoidAbstractCommandHandler.addSubcommand(SubCommand<T> subcommand) Method parameters in wf.utils.command.listener with type arguments of type SubCommandModifier and TypeMethodDescriptionvoidAbstractCommandHandler.setSubcommands(HashMap<String, SubCommand<T>> subcommands) -
Uses of SubCommand in wf.utils.command.subcommand
Methods in wf.utils.command.subcommand that return SubCommand