public interface ExplosionEvent extends Event
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
An event that is fired after the completion of an explosion such that all
block changes that took place due to the explosion (including side
affected blocks) will be included.
|
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. |
getCause, getContext, getSource