The Block that was destroyed or placed
The X position of the block.
This does not return the X position of the player. For the X position of the player, use Player.getX
The Y position of the block.
This does not return the Y position of the player. For the Y position of the player, use Player.getY
The Z position of the block.
This does not return the Z position of the player. For the Z position of the player, use Player.getZ
This interface is provided to the ModDefinition.eventOnBlockPlace and ModDefinition.eventOnBlockDestroy function when the player places or destroys a block.