Skip to content

@minecraft/server


@minecraft/server / BlockExplodeAfterEvent

Class: BlockExplodeAfterEvent ​

Defined in: @minecraft/server/index.d.ts:4805

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

Extends ​

Properties ​

block ​

readonly block: Block

Defined in: @minecraft/server/index.d.ts:4790

Remarks ​

Block currently in the world at the location of this event.

Inherited from ​

BlockEvent.block


dimension ​

readonly dimension: Dimension

Defined in: @minecraft/server/index.d.ts:4797

Remarks ​

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

Inherited from ​

BlockEvent.dimension


explodedBlockPermutation ​

readonly explodedBlockPermutation: BlockPermutation

Defined in: @minecraft/server/index.d.ts:4812

Remarks ​

Description of the block that has exploded.


source? ​

readonly optional source?: Entity

Defined in: @minecraft/server/index.d.ts:4818

Remarks ​

Optional source of the explosion.