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

    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

    Modifier and Type
    Method
    Description
    Gets the Explosion.

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

    isCancelled, setCancelled

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

    cause, context, source
  • Method Details