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 p_306241_, com.mojang.brigadier.context.ContextChain<T> p_305832_, ChainModifiers p_309612_, ExecutionControl<T> p_306256_)
-
Method Details
-
run
void run(T p_306241_, com.mojang.brigadier.context.ContextChain<T> p_305832_, ChainModifiers p_309612_, ExecutionControl<T> p_306256_)
-