public interface ExplosionEvent extends TargetWorldEvent, CauseTracked
Modifier and Type | Interface and 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.Post |
static interface |
ExplosionEvent.Pre
An event that is fired before the explosion occurs.
|
Modifier and Type | Method and Description |
---|---|
Explosion |
getExplosion()
Gets the
Explosion involved in this event. |
getTargetWorld
getCause