Uses of Class
wbs.utils.util.commands.WbsCommand
Packages that use WbsCommand
Package
Description
Utilities for making tab completable commands in a structural way, as opposed to large command parsing methods.
-
Uses of WbsCommand in wbs.utils.util.commands
Methods in wbs.utils.util.commands that return WbsCommandModifier and TypeMethodDescriptionWbsCommand.addSubcommand(WbsSubcommand subcommand) Add a subcommand without specifying a permissionWbsCommand.addSubcommand(WbsSubcommand subcommand, String permission) Add a subcommand under a given permissionWbsCommand.setDefaultCommand(WbsSubcommand defaultCommand) Set the command to run if an invalid argument is passed in as the first argument