[This is preliminary documentation and is subject to change.]
The PlayerPlacedBlockEventArgs type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Context | Context in which the block was placed. | |
| Coords | Coordinates at which the block was placed. | |
| Map | Map on which the block was placed. | |
| NewBlock | Current (placed) blocktype at this location. | |
| OldBlock | Previous blocktype at this coordinate. | |
| Player | Player who has just placed a block. |