| 接口 | 说明 |
|---|---|
| CommandExecutor |
Represents a command executor to define how to execute command.
|
| CommandResultExecutor |
Represents a CommandResult executor to define how to execute the CommandResult after executing a special CommandExecutor.
|
| DataCollection.BufferGetter |
Represents a getter for buffer.
|
| 类 | 说明 |
|---|---|
| Command |
Represent a Plugin class that can execute.
|
| Command.Executor |
This class is used to help define the executor of certain command.
|
| CommandSender |
This class present an executor to execute command.
|
| DataCollection |
Store and parser arguments for better CommandExecutor usage.
|
| DataConverter<T> |
This class used to convert String data to target T type data.
|
| 枚举 | 说明 |
|---|---|
| CommandPermission | |
| CommandResult |
The result after executing a Command.
|
| 注释类型 | 说明 |
|---|---|
| CommandType |
Represent this class is a Command.
|
Copyright © 2022. All rights reserved.