|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
This interface represents an ExecutionInfo for a command. More...
Public Member Functions | |
| Sender | sender () |
| WrapperType | senderWrapper () |
| This is not intended for public use and is only used internally. More... | |
| CommandArguments | args () |
This interface represents an ExecutionInfo for a command.
It provides the sender of a command, as well as it's arguments
| <Sender> | The type of the sender of a command this ExecutionInfo belongs to |
| CommandArguments dev.jorel.commandapi.executors.ExecutionInfo< Sender, WrapperType >.args | ( | ) |
| Sender dev.jorel.commandapi.executors.ExecutionInfo< Sender, WrapperType >.sender | ( | ) |
| WrapperType dev.jorel.commandapi.executors.ExecutionInfo< Sender, WrapperType >.senderWrapper | ( | ) |
This is not intended for public use and is only used internally.
The ExecutionInfo#sender() method should be used instead!