Class ExplosionEvent.Detonate
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.ExplosionEvent
net.neoforged.neoforge.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
ICancellableEvent
.This event does not use
invalid reference
HasResult
This event is fired on the
NeoForge.EVENT_BUS
.-
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.event.level.ExplosionEvent
ExplosionEvent.Detonate, ExplosionEvent.Start
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturn the list of blocks affected by the explosion.return the list of entities affected by the explosion.Methods inherited from class net.neoforged.neoforge.event.level.ExplosionEvent
getExplosion, getLevel
-
Field Details
-
entityList
-
-
Constructor Details
-
Detonate
-
-
Method Details
-
getAffectedBlocks
return the list of blocks affected by the explosion. -
getAffectedEntities
return the list of entities affected by the explosion.
-