public class ExplosionEvent extends Event
Cancelable.HasResult.MinecraftForge.EVENT_BUS.| 修飾子とタイプ | クラスと説明 | 
|---|---|
| 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| コンストラクタと説明 | 
|---|
| ExplosionEvent(World world,
              Explosion explosion) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Explosion | getExplosion() | 
| World | getWorld() | 
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup