Interface ExplosionEvent

All Superinterfaces:
Cancellable, Event
All Known Subinterfaces:
ExplosionEvent.Detonate, ExplosionEvent.Pre
All Known Implementing Classes:
AbstractDetonateEvent

public interface ExplosionEvent extends Event, Cancellable
Called when an Explosion occurs in a World.
  • Nested Class Summary Link icon

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    An event that is fired as the explosion is going to start affecting multiple blocks and entities.
    static interface 
    An event that is fired before the explosion occurs.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the Explosion.

    Methods inherited from interface org.spongepowered.api.event.Cancellable Link icon

    isCancelled, setCancelled

    Methods inherited from interface org.spongepowered.api.event.Event Link icon

    cause, context, source
  • Method Details Link icon