Package net.minecraft.commands.execution
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 source, com.mojang.brigadier.context.ContextChain<T> contextChain, ChainModifiers chainModifiers, ExecutionControl<T> executionControl)
-
Method Details
-
run
void run(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ChainModifiers chainModifiers, ExecutionControl<T> executionControl)
-