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
Modifier and TypeInterfaceDescriptionstatic interface
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(T p_310884_, com.mojang.brigadier.context.ContextChain<T> p_312906_, ChainModifiers p_310837_, ExecutionControl<T> p_310586_)
-
Method Details
-
run
void run(T p_310884_, com.mojang.brigadier.context.ContextChain<T> p_312906_, ChainModifiers p_310837_, ExecutionControl<T> p_310586_)
-