Uses of Interface
kboyle.oktane.core.prefix.Prefix
Packages that use Prefix
-
Uses of Prefix in kboyle.oktane.core
Methods in kboyle.oktane.core that return types with arguments of type PrefixModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Collection<Prefix>>
PrefixHandler.get(CommandContext context)
Gets thePrefix
's for the givenCommandContext
.CommandContext.prefix()
-
Uses of Prefix in kboyle.oktane.core.prefix
Classes in kboyle.oktane.core.prefix that implement PrefixModifier and TypeClassDescriptionclass
Represents aPrefix
that is only a single character.class
Represents aString
prefix.Methods in kboyle.oktane.core.prefix that return types with arguments of type PrefixModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Collection<Prefix>>
DefaultPrefixHandler.get(CommandContext context)
Methods in kboyle.oktane.core.prefix with parameters of type Prefix -
Uses of Prefix in kboyle.oktane.discord4j.prefix
Classes in kboyle.oktane.discord4j.prefix that implement PrefixMethods in kboyle.oktane.discord4j.prefix that return types with arguments of type PrefixModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Collection<Prefix>>
DiscordPrefixHandler.get(CommandContext context)
reactor.core.publisher.Mono<Collection<Prefix>>
DiscordPrefixHandler.get(DiscordCommandContext context)