Uses of Class
wbs.utils.util.plugin.WbsMessenger
Packages that use WbsMessenger
Package
Description
Utilities for making tab completable commands in a structural way, as opposed to large command parsing methods.
-
Uses of WbsMessenger in wbs.utils
Subclasses of WbsMessenger in wbs.utils -
Uses of WbsMessenger in wbs.utils.util.commands
Subclasses of WbsMessenger in wbs.utils.util.commandsModifier and TypeClassDescriptionclassA command executor that is run entirely by the subcommands added to it.classAn implementation of WbsSubcommand that simply passes the command to a given subcommand, including tabbing, or provides default usage messages when no args or incorrect args are given.classA specific implementation of WbsSubcommand that's commonly used in plugins that use WbsSettings to track configs.classA specific implementation of WbsSubcommand that's commonly used in plugins that use WbsSettings to track configs.classA "leaf" of a WbsCommand.