| 程序包 | 说明 |
|---|---|
| top.focess.qq.api.command | |
| top.focess.qq.api.event.command |
| 限定符和类型 | 方法和说明 |
|---|---|
@NotNull CommandResult |
CommandExecutor.execute(CommandSender sender,
DataCollection dataCollection,
IOHandler ioHandler)
Used to execute the command under certain conditions
|
static CommandResult |
CommandResult.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CommandResult[] |
CommandResult.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CommandResultExecutor.execute(CommandResult commandResult)
Used to have response to CommandResult after executing a special CommandExecutor
|
@NotNull Command.Executor |
Command.Executor.setCommandResultExecutors(@NotNull CommandResult result,
@NotNull CommandResultExecutor executor)
Set the executor of the special CommandResult after executing this Executor
|
| 限定符和类型 | 方法和说明 |
|---|---|
CommandResult |
CommandExecutedEvent.getResult() |
| 构造器和说明 |
|---|
CommandExecutedEvent(Command.Executor executor,
@NotNull String[] args,
IOHandler ioHandler,
CommandSender sender,
CommandResult result)
Constructs a CommandExecutedEvent
|
Copyright © 2022. All rights reserved.