Class BlockBurnEvent

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

public class BlockBurnEvent extends BlockEvent implements Cancellable
Called when a block is destroyed as a result of being burnt by fire.

If a Block Burn event is cancelled, the block will not be destroyed as a result of being burnt by fire.