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 pSource, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl)
-
Method Details
-
run
void run(T pSource, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl)
-