Class BlockIgniteEvent

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

public class BlockIgniteEvent
extends BlockEvent
implements Cancellable
Called when a block is ignited. If you want to catch when a Player places fire, you need to use BlockPlaceEvent.

If a Block Ignite event is cancelled, the block will not be ignited.