类 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 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidexecute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation) booleanhasPermission(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>
-