| 构造器和说明 |
|---|
CommandLine() |
| 限定符和类型 | 方法和说明 |
|---|---|
static @NotNull Future<Boolean> |
exec(CommandSender sender,
String command)
Execute command with sender
|
static @NotNull Future<Boolean> |
exec(CommandSender sender,
String command,
IOHandler ioHandler)
Execute command with sender executing and ioHandler receiving
|
static @NotNull Future<Boolean> |
exec(String command)
Execute command using
CommandSender.CONSOLE |
@NotNull public static @NotNull Future<Boolean> exec(String command)
CommandSender.CONSOLEcommand - the command Console executes.@NotNull public static @NotNull Future<Boolean> exec(CommandSender sender, String command)
sender - the executorcommand - the command CommandSender executes.@NotNull public static @NotNull Future<Boolean> exec(CommandSender sender, String command, IOHandler ioHandler)
sender - the executorcommand - the command CommandSender executes.ioHandler - the receiverCopyright © 2022. All rights reserved.