类 MultipleCommandAlias

java.lang.Object
org.bukkit.command.Command
org.bukkit.command.MultipleCommandAlias

public class MultipleCommandAlias extends Command
代表一个或多个命令别名的命令
  • 构造器详细资料

  • 方法详细资料

    • getCommands

      @NotNull public @NotNull Command[] getCommands()
      获取与多命令别名相关的命令.

      原文: Gets the commands associated with the multi-command alias.

      返回:
      相关的别名命令
    • execute

      public boolean execute(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String commandLabel, @NotNull @NotNull String[] args)
      从类复制的说明: Command
      执行命令.

      原文:Executes the command, returning its success

      指定者:
      execute 在类中 Command
      参数:
      sender - 执行此命令的对象
      commandLabel - 执行命令所用的别名
      args - 传递给此命令的所有参数,用' '分割
      返回:
      如果命令执行成功则为true,false反之