Interface ExplosionEvent
-
- All Superinterfaces:
Cancellable
,Event
- All Known Subinterfaces:
ExplosionEvent.Detonate
,ExplosionEvent.Pre
- All Known Implementing Classes:
AbstractDetonateEvent
public interface ExplosionEvent extends Event, Cancellable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ExplosionEvent.Detonate
An event that is fired as the explosion is going to start affecting multiple blocks and entities.static interface
ExplosionEvent.Pre
An event that is fired before the explosion occurs.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Explosion
explosion()
Gets theExplosion
.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-