Package net.minecraftforge.event.level
Class ExplosionEvent.Detonate
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.level.ExplosionEvent
net.minecraftforge.event.level.ExplosionEvent.Detonate
- Enclosing class:
- ExplosionEvent
ExplosionEvent.Detonate is fired once the explosion has a list of affected blocks and entities.  These lists can be modified to change the outcome.
 
This event is not
This event does not use
This event is fired on the
This event is not
Cancelable.This event does not use
Event.HasResult.This event is fired on the
MinecraftForge.EVENT_BUS.- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.event.level.ExplosionEventExplosionEvent.Detonate, ExplosionEvent.StartNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionreturn the list of blocks affected by the explosion.return the list of entities affected by the explosion.Methods inherited from class net.minecraftforge.event.level.ExplosionEventgetExplosion, getLevelMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
entityList
 
- 
- 
Constructor Details- 
Detonate
 
- 
- 
Method Details- 
getAffectedBlocksreturn the list of blocks affected by the explosion.
- 
getAffectedEntitiesreturn the list of entities affected by the explosion.
 
-