public class ExplosionEvent
extends net.minecraftforge.eventbus.api.Event
Cancelable.HasResult.MinecraftForge.EVENT_BUS.| Modifier and Type | Class and Description |
|---|---|
static class |
ExplosionEvent.Detonate
ExplosionEvent.Detonate is fired once the explosion has a list of affected blocks and entities.
|
static class |
ExplosionEvent.Start
ExplosionEvent.Start is fired before the explosion actually occurs.
|
| Constructor and Description |
|---|
ExplosionEvent(World world,
Explosion explosion) |
| Modifier and Type | Method and Description |
|---|---|
Explosion |
getExplosion() |
World |
getWorld() |