Uses of Interface
net.kautler.command.api.prefix.PrefixProvider
-
Packages that use PrefixProvider Package Description net.kautler.command.api net.kautler.command.api.prefix.javacord -
-
Uses of PrefixProvider in net.kautler.command.api
Method parameters in net.kautler.command.api with type arguments of type PrefixProvider Modifier and Type Method Description protected void
CommandHandler. doSetCustomPrefixProvider(Instance<PrefixProvider<? super M>> customPrefixProvider)
Sets the custom prefix provider for this command handler. -
Uses of PrefixProvider in net.kautler.command.api.prefix.javacord
Classes in net.kautler.command.api.prefix.javacord that implement PrefixProvider Modifier and Type Class Description class
MentionPrefixProviderJavacord
A base class for having a mention of the Javacord-based bot as command prefix.
-