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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(T p_306241_, com.mojang.brigadier.context.ContextChain<T> p_305832_, ChainModifiers p_309612_, ExecutionControl<T> p_306256_) 
- 
Method Details- 
runvoid run(T p_306241_, com.mojang.brigadier.context.ContextChain<T> p_305832_, ChainModifiers p_309612_, ExecutionControl<T> p_306256_) 
 
-