Class BlockDamageEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockDamageEvent
All Implemented Interfaces:
Cancellable

public class BlockDamageEvent extends BlockEvent implements Cancellable
Called when a block is damaged by a player.

If a Block Damage event is cancelled, the block will not be damaged.

See Also: