public class ExplosionEvent extends 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.
|
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private Explosion |
explosion |
private World |
world |
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