类 ConsoleShoutCommand

java.lang.Object
top.redstarmc.plugin.consoleshout.ConsoleShoutCommand
所有已实现的接口:
com.velocitypowered.api.command.Command, com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>, com.velocitypowered.api.command.SimpleCommand

public class ConsoleShoutCommand extends Object implements com.velocitypowered.api.command.SimpleCommand
  • 嵌套类概要

    从接口继承的嵌套类/接口 com.velocitypowered.api.command.SimpleCommand

    com.velocitypowered.api.command.SimpleCommand.Invocation
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    execute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
     
    boolean
    hasPermission(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
     
    suggestAsync(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 com.velocitypowered.api.command.InvocableCommand

    suggest
  • 构造器详细资料

    • ConsoleShoutCommand

      public ConsoleShoutCommand()
  • 方法详细资料

    • execute

      public void execute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
      指定者:
      execute 在接口中 com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
    • suggestAsync

      public CompletableFuture<List<String>> suggestAsync(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
      指定者:
      suggestAsync 在接口中 com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
    • hasPermission

      public boolean hasPermission(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
      指定者:
      hasPermission 在接口中 com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>