| Interface | Description |
|---|---|
| CommandSource |
Represents the source of a command.
|
| Class | Description |
|---|---|
| BlockCommandSource |
Represents a
CommandSource where the sender is a BlockCommandSender
NOTE: Do not directly instantiate this class! Instead, use the factory method createSource |
| EntityCommandSource |
Represents a
CommandSource where the sender is an Entity. |
| GenericCommandSource |
Represents a generic command source that is none of the other command sources.
|
| PlayerCommandSource |
Represents a
CommandSource where the sender is a Player.\
NOTE: Do not directly instantiate this class! Instead, use the factory method createSource |
Copyright © 2024. All rights reserved.