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.
|
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() |