JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package dev.sympho.modular_commands.api
package
dev.sympho.modular_commands.api
External interface through which client code can utilize the command system.
Related Packages
Package
Description
dev.sympho.modular_commands
Framework for creating and managing chat commands for Discord bots that use Discord4J.
dev.sympho.modular_commands.api.command
APIs related to defining a command.
dev.sympho.modular_commands.api.exception
Exceptions thrown by the system.
dev.sympho.modular_commands.api.permission
API for permission management.
dev.sympho.modular_commands.api.registry
Registry system for registering commands that can be executed.
dev.sympho.modular_commands.execute
Runtime system for executing commands defined through the API.
dev.sympho.modular_commands.impl
Internal implementation-specific classes.
dev.sympho.modular_commands.utils
Collection of classes that provide assorted utilies for ease of use.
Interfaces
Class
Description
CommandGroup
Encapsulates a group of commands.