Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes that extend ExplosionAfterEvent
Contains information regarding an explosion that has happened.
Properties
dimension
read-only dimension: Dimension;
Dimension where the explosion has occurred.
Type: Dimension
source
read-only source?: Entity;
Optional source of the explosion.
Type: Entity
Methods
getImpactedBlocks
getImpactedBlocks(): Block[]
A collection of blocks impacted by this explosion event.
Returns Block[]