[This is preliminary documentation and is subject to change.]
The PlayerClickedEventArgs type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Action | Whether the player is building a block (right-click) or deleting it (left-click). | |
| Block | Block type that the player is currently holding. | |
| Coords | Click coordinates, in terms of blocks. | |
| Player | Player who has just clicked. |