Class LivingDestroyBlockEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.living.LivingDestroyBlockEvent

public class LivingDestroyBlockEvent extends LivingEvent
Fired when the ender dragon or wither attempts to destroy a block and when ever a zombie attempts to break a door. Basically a event version of IForgeBlock.canEntityDestroy(IBlockState, IBlockAccess, BlockPos, Entity)

This event is Cancelable.
If this event is canceled, the block will not be destroyed.

This event does not have a result. Event.HasResult

This event is fired on the MinecraftForge.EVENT_BUS.