Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1002 Bytes

BlockExplodeAfterEvent.md

File metadata and controls

34 lines (24 loc) · 1002 Bytes
author ms.author ms.service title description monikerRange
jakeshirley
jashir
minecraft-bedrock-edition
minecraft/server.BlockExplodeAfterEvent Class
Contents of the @minecraft/server.BlockExplodeAfterEvent class.
=minecraft-bedrock-experimental

BlockExplodeAfterEvent Class

Caution

This class is still in pre-release. Its signature may change or it may be removed in future releases.

Extends

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

Properties

explodedBlockPermutation

read-only explodedBlockPermutation: BlockPermutation;

Description of the block that has exploded.

Type: BlockPermutation

source

read-only source?: Entity;

Optional source of the explosion.

Type: Entity