For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/BlockExplodeAfterEvent.md.

Class: BlockExplodeAfterEvent

event block

Beta

包含有关特定方块发生爆炸的信息。

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

Extends

Properties

block

readonly block: Block

Beta

Remarks

当前世界中此事件所在位置的方块。

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

Inherited from

BlockEvent.block


dimension

readonly dimension: Dimension

Beta

Remarks

包含此事件主体方块的维度。

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

Inherited from

BlockEvent.dimension


explodedBlockPermutation

readonly explodedBlockPermutation: BlockPermutation

Beta

Remarks

已爆炸的方块的描述。

Description of the block that has exploded.


source?

readonly optional source?: Entity

Beta

Remarks

爆炸的可选来源。

Optional source of the explosion.

同领域相关