Class CommandExecutionCoordinator<S>
java.lang.Object
io.github.mqzn.commands.base.manager.CommandExecutionCoordinator<S>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionabstract <C> CompletableFuture<CommandExecutionCoordinator.ExecutionResult>
coordinateExecution
(C sender, @NotNull CommandSyntax<S> syntax, @NotNull CommandContext<S> context) CommandManager<?,
S> manager()
abstract CommandExecutionCoordinator.Type
type()
-
Field Details
-
manager
-
-
Method Details
-
manager
-
type
-
coordinateExecution
public abstract <C> CompletableFuture<CommandExecutionCoordinator.ExecutionResult> coordinateExecution(@NotNull C sender, @NotNull @NotNull CommandSyntax<S> syntax, @NotNull @NotNull CommandContext<S> context)
-