Uses of Class
net.kautler.command.api.CommandContextTransformer.Phase
-
Packages that use CommandContextTransformer.Phase Package Description net.kautler.command.api net.kautler.command.api.prefix.javacord net.kautler.command.api.prefix.jda -
-
Uses of CommandContextTransformer.Phase in net.kautler.command.api
Methods in net.kautler.command.api that return CommandContextTransformer.Phase Modifier and Type Method Description CommandContextTransformer.Phase
CommandContextTransformer.InPhase.Literal. value()
CommandContextTransformer.Phase
value()
Returns the phase in which the annotated command context transformer should be called.static CommandContextTransformer.Phase
CommandContextTransformer.Phase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandContextTransformer.Phase[]
CommandContextTransformer.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.kautler.command.api with parameters of type CommandContextTransformer.Phase Modifier and Type Method Description <T extends M>
CommandContext<T>CommandContextTransformer. transform(CommandContext<T> commandContext, CommandContextTransformer.Phase phase)
Transforms the given command context in the givenphase
.Constructors in net.kautler.command.api with parameters of type CommandContextTransformer.Phase Constructor Description Literal(CommandContextTransformer.Phase phase)
Constructs a new in phase annotation literal. -
Uses of CommandContextTransformer.Phase in net.kautler.command.api.prefix.javacord
Methods in net.kautler.command.api.prefix.javacord with parameters of type CommandContextTransformer.Phase Modifier and Type Method Description <T extends Message>
CommandContext<T>MentionPrefixTransformerJavacord. transform(CommandContext<T> commandContext, CommandContextTransformer.Phase phase)
-
Uses of CommandContextTransformer.Phase in net.kautler.command.api.prefix.jda
Methods in net.kautler.command.api.prefix.jda with parameters of type CommandContextTransformer.Phase Modifier and Type Method Description <T extends Message>
CommandContext<T>MentionPrefixTransformerJda. transform(CommandContext<T> commandContext, CommandContextTransformer.Phase phase)
-