Package net.minecraft.commands.execution
Interface CustomCommandExecutor.CommandAdapter<T>
- All Superinterfaces:
 com.mojang.brigadier.Command<T>,CustomCommandExecutor<T>
- All Known Implementing Classes:
 DebugCommand.TraceCustomExecutor,FunctionCommand.FunctionCustomExecutor,ReturnCommand.ReturnFailCustomExecutor,ReturnCommand.ReturnValueCustomExecutor
- Enclosing interface:
 - CustomCommandExecutor<T>
 
public static interface CustomCommandExecutor.CommandAdapter<T>
extends com.mojang.brigadier.Command<T>, CustomCommandExecutor<T>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomCommandExecutor
CustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>> - 
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS - 
Method Summary
Methods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor
run