Is there a way to detect when building blocks decay?
I've got a plugin that logs when building blocks are destroyed, bit I would now like to log explicitly when something decays.

Anyone know what I'd use to accomplish this? I assume it's be OnEntityDeath but I'm not sure of what specifics would detect what I want.

Help greatly appreciated, as always.
In response to Rebajas ():
I've got a plugin that logs when building blocks are destroyed, bit I would now like to log explicit...
You can check type of last damage
In response to Orange ():
You can check type of last damage
Cool, I didn't know that. I'll give that a go when I get home.

I don't suppose there is a list of the different types of damage that could occur?