Uses of Class
net.kautler.command.api.event.CommandEvent
-
Packages that use CommandEvent Package Description net.kautler.command.api.event.javacord net.kautler.command.api.event.jda -
-
Uses of CommandEvent in net.kautler.command.api.event.javacord
Subclasses of CommandEvent in net.kautler.command.api.event.javacord Modifier and Type Class Description classCommandNotAllowedEventJavacordAn event that is sent asynchronously via the CDI event mechanism if a command was not allowed due to some configuredrestrictionby the Javacord command handler.classCommandNotAllowedEventJavacordSlashAn event that is sent asynchronously via the CDI event mechanism if a command was not allowed due to some configuredrestrictionby the Javacord slash command handler.classCommandNotFoundEventJavacordAn event that is sent asynchronously via the CDI event mechanism if a command was not found for a message.classCommandNotFoundEventJavacordSlashAn event that is sent asynchronously via the CDI event mechanism if a command was not found for a slash command. -
Uses of CommandEvent in net.kautler.command.api.event.jda
Subclasses of CommandEvent in net.kautler.command.api.event.jda Modifier and Type Class Description classCommandNotAllowedEventJdaAn event that is sent asynchronously via the CDI event mechanism if a command was not allowed due to some configuredrestrictionby the JDA command handler.classCommandNotFoundEventJdaAn event that is sent asynchronously via the CDI event mechanism if a command was not found for a message.
-