Class CommandInvocationExecutor
java.lang.Object
tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments) execute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments, CommandInterceptorChain.ResolvedChain resolvedChain)
-
Constructor Details
-
CommandInvocationExecutor
public CommandInvocationExecutor() -
CommandInvocationExecutor
-
-
Method Details
-
execute
public Object execute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments) throws Throwable - Throws:
Throwable
-
execute
public Object execute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments, CommandInterceptorChain.ResolvedChain resolvedChain) throws Throwable - Throws:
Throwable
-