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 CustomCommandExecutor<T>, com.mojang.brigadier.Command<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface CustomCommandExecutor
CustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T> -
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS -
Method Summary
Methods inherited from interface CustomCommandExecutor
run
-
Method Details
-
run
-