Skip to main content

Class: BlockExplodeAfterEvent

Contains information regarding an explosion that has occurred for a specific block.

Extends

Constructors

new BlockExplodeAfterEvent()

private new BlockExplodeAfterEvent(): BlockExplodeAfterEvent

Returns

BlockExplodeAfterEvent

Overrides

BlockEvent . constructor

Properties

block

readonly block: Block

Remarks

Block impacted by this event.

Inherited from

BlockEvent . block


dimension

readonly dimension: Dimension

Remarks

Dimension that contains the block that is the subject of this event.

Inherited from

BlockEvent . dimension


explodedBlockPermutation

readonly explodedBlockPermutation: BlockPermutation

Remarks

Description of the block that has exploded.


source?

optional readonly source: Entity

Remarks

Optional source of the explosion.