| 限定符和类型 | 方法和说明 |
|---|---|
Command |
Command.Executor.getCommand()
Get the command this Executor belongs to
|
Command |
DataCollection.getCommand()
Get Command argument in order
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Command> |
Command.getCommands()
Get all commands
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Command.register(@NotNull Plugin plugin,
@NotNull Command command)
Register the command
|
void |
DataCollection.writeCommand(Command command)
Write a Command argument
|
| 限定符和类型 | 方法和说明 |
|---|---|
Command |
CommandDataConverter.convert(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Class<Command> |
CommandDataConverter.getTargetClass() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
CommandDataConverter.connect(DataCollection dataCollection,
Command command) |
| 限定符和类型 | 方法和说明 |
|---|---|
Command |
CommandBuffer.get() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CommandBuffer.put(Command command) |
| 限定符和类型 | 方法和说明 |
|---|---|
Command |
CommandPrepostEvent.getCommand() |
| 构造器和说明 |
|---|
CommandPrepostEvent(CommandSender sender,
Command command,
String[] args,
IOHandler ioHandler)
Constructs a CommandPrepostEvent
|
| 构造器和说明 |
|---|
CommandLoadException(Class<? extends Command> c,
Exception e)
Constructs a CommandLoadException
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Plugin.registerCommand(Command command)
Register the command
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BotCommand |
class |
CommandCommand |
class |
FriendCommand |
class |
GroupCommand |
class |
LoadCommand |
class |
PluginCommand |
class |
ReloadCommand |
class |
StopCommand |
class |
UnloadCommand |
Copyright © 2022. All rights reserved.