An enum representing the type of an executor.
More...
|
|
| PLAYER |
| | An executor where the CommandSender is a Player.
|
| |
|
| ENTITY |
| | An executor where the CommandSender is an Entity.
|
| |
|
| CONSOLE |
| | An executor where the CommandSender is a ConsoleCommandSender.
|
| |
|
| BLOCK |
| | An executor where the CommandSender is a BlockCommandSender.
|
| |
|
| ALL |
| | An executor where the CommandSender is any CommandSender.
|
| |
|
| PROXY |
| | An executor where the CommandSender is a NativeProxyCommandSender.
|
| |
|
| NATIVE |
| | An executor where the CommandSender is (always) a NativeProxyCommandSender.
|
| |
|
| REMOTE |
| | An executor where the CommandSender is a RemoteConsoleCommandSender.
|
| |
|
| FEEDBACK_FORWARDING |
| | An executor where the CommandSender is a io.papermc.paper.commands.FeedbackForwardingSender @endiliteral.
|
| |
An enum representing the type of an executor.