接口 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>
  • 方法详细资料

    • run

      default int run(com.mojang.brigadier.context.CommandContext<T> p_306336_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      指定者:
      run 在接口中 com.mojang.brigadier.Command<T>
      抛出:
      com.mojang.brigadier.exceptions.CommandSyntaxException