A B C D E F G I M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ChannelJavacord - Class in net.kautler.command.api.restriction.javacord
-
A restriction that allows a command in certain channels and is evaluated by the Javacord command handler.
- ChannelJavacord(long) - Constructor for class net.kautler.command.api.restriction.javacord.ChannelJavacord
-
Constructs a new channel restriction for checking the channel ID.
- ChannelJavacord(String) - Constructor for class net.kautler.command.api.restriction.javacord.ChannelJavacord
-
Constructs a new channel restriction for checking the channel name case-sensitively against a fixed name.
- ChannelJavacord(String, boolean) - Constructor for class net.kautler.command.api.restriction.javacord.ChannelJavacord
-
Constructs a new channel restriction for checking the channel name against a fixed name.
- ChannelJavacord(Pattern) - Constructor for class net.kautler.command.api.restriction.javacord.ChannelJavacord
-
Constructs a new channel restriction for checking the channel name against a regular expression.
- Command<M> - Interface in net.kautler.command.api
-
A command that can be triggered by messages of the given type.
- CommandHandler<M> - Class in net.kautler.command.api
-
A base class for command handlers that does the common logic.
- CommandHandler() - Constructor for class net.kautler.command.api.CommandHandler
-
Constructs a new command handler.
- CommandNotAllowedEventJavacord - Class in net.kautler.command.api.event.javacord
-
An event that is sent asynchronously via the CDI event mechanism if a command was not allowed due to some configured restriction by the Javacord command handler.
- CommandNotAllowedEventJavacord(Message, String, String) - Constructor for class net.kautler.command.api.event.javacord.CommandNotAllowedEventJavacord
-
Constructs a new command not allowed event with the given Javacord message, prefix, and used alias as payload.
- CommandNotFoundEventJavacord - Class in net.kautler.command.api.event.javacord
-
An event that is sent asynchronously via the CDI event mechanism if a command was not found for a message that started with the configured command prefix.
- CommandNotFoundEventJavacord(Message, String, String) - Constructor for class net.kautler.command.api.event.javacord.CommandNotFoundEventJavacord
-
Constructs a new command not found event with the given Javacord message, prefix, and used alias as payload.
All Classes All Packages