public static class ExplosionEvent.Detonate extends ExplosionEvent
Cancelable
.HasResult
.MinecraftForge.EVENT_BUS
.ExplosionEvent.Detonate, ExplosionEvent.Start
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private java.util.List<Entity> |
entityList |
Constructor and Description |
---|
Detonate(World world,
Explosion explosion,
java.util.List<Entity> entityList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BlockPos> |
getAffectedBlocks()
return the list of blocks affected by the explosion.
|
java.util.List<Entity> |
getAffectedEntities()
return the list of entities affected by the explosion.
|
getExplosion, getWorld
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
private final java.util.List<Entity> entityList