[This is preliminary documentation and is subject to change.]

The PlayerPlacedBlockEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.

See Also