Interface ExecutableCommand<E>
- Type Parameters:
E- the event to pass to the command.
- All Known Implementing Classes:
ApplicationCommand,BaseApplicationCommand,ContextCommand,ContextCommand.Message,ContextCommand.User,SlashCommand,SlashCommand.Subcommand
public interface ExecutableCommand<E>
Represents a command that can be executed.
-
Method Summary
-
Method Details
-
execute
The method that gets called once the command gets executed.- Parameters:
event- the command that is getting passed.
-