Uses of Interface
net.kautler.command.api.CommandContextTransformer
-
Packages that use CommandContextTransformer Package Description net.kautler.command.api net.kautler.command.api.prefix.javacord net.kautler.command.api.prefix.jda -
-
Uses of CommandContextTransformer in net.kautler.command.api
Method parameters in net.kautler.command.api with type arguments of type CommandContextTransformer Modifier and Type Method Description protected void
CommandHandler. doSetCommandContextTransformers(Instance<CommandContextTransformer<? super M>> commandContextTransformers)
Sets the command context transformers for this command handler. -
Uses of CommandContextTransformer in net.kautler.command.api.prefix.javacord
Classes in net.kautler.command.api.prefix.javacord that implement CommandContextTransformer Modifier and Type Class Description class
MentionPrefixTransformerJavacord
A base class for having a mention of the Javacord-based bot as command prefix. -
Uses of CommandContextTransformer in net.kautler.command.api.prefix.jda
Classes in net.kautler.command.api.prefix.jda that implement CommandContextTransformer Modifier and Type Class Description class
MentionPrefixTransformerJda
A base class for having a mention of the JDA-based bot as command prefix.
-