public class ExplosionEvent extends Event
Cancelable.HasResult.MinecraftForge.EVENT_BUS.| Modifier and Type | Class and Description | 
|---|---|
| static class  | ExplosionEvent.DetonateExplosionEvent.Detonate is fired once the explosion has a list of affected blocks and entities. | 
| static class  | ExplosionEvent.StartExplosionEvent.Start is fired before the explosion actually occurs. | 
Event.HasResult, Event.Result| Constructor and Description | 
|---|
| ExplosionEvent(World world,
              Explosion explosion) | 
| Modifier and Type | Method and Description | 
|---|---|
| Explosion | getExplosion() | 
| World | getWorld() | 
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup