Class 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 Block#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.