Interface CustomCommandExecutor<T>
- All Known Subinterfaces:
CustomCommandExecutor.CommandAdapter<T>
- All Known Implementing Classes:
CustomCommandExecutor.WithErrorHandling, DebugCommand.TraceCustomExecutor, FunctionCommand.FunctionCustomExecutor, ReturnCommand.ReturnFailCustomExecutor, ReturnCommand.ReturnValueCustomExecutor
public interface CustomCommandExecutor<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(T sender, com.mojang.brigadier.context.ContextChain<T> currentStep, ChainModifiers modifiers, ExecutionControl<T> output)
-
Method Details
-
run
void run(T sender, com.mojang.brigadier.context.ContextChain<T> currentStep, ChainModifiers modifiers, ExecutionControl<T> output)
-