接口 CustomCommandExecutor.CommandAdapter<T>
- 所有超级接口:
com.mojang.brigadier.Command<T>
,CustomCommandExecutor<T>
- 所有已知实现类:
DebugCommand.TraceCustomExecutor
,FunctionCommand.FunctionCustomExecutor
,ReturnCommand.ReturnFailCustomExecutor
,ReturnCommand.ReturnValueCustomExecutor
- 封闭接口:
CustomCommandExecutor<T>
public static interface CustomCommandExecutor.CommandAdapter<T>
extends com.mojang.brigadier.Command<T>, CustomCommandExecutor<T>
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.commands.execution.CustomCommandExecutor
CustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>>
-
字段概要
从接口继承的字段 com.mojang.brigadier.Command
SINGLE_SUCCESS
-
方法概要
从接口继承的方法 net.minecraft.commands.execution.CustomCommandExecutor
run