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