类 BlockComponentPlayerDestroyEvent实验性

描述了有关特定方块被破坏的信息。

Contains information regarding a specific block being destroyed.

层级 (查看层级一览)

属性

block: Block

此事件影响的方块。

Block impacted by this event.

destroyedBlockPermutation: BlockPermutation

返回此方块在被破坏之前的排列信息。

Returns permutation information about this block before it was destroyed.

dimension: Dimension

包含此事件相关方块的所在维度。

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

player?: Player

破坏此方块的玩家。

The player that destroyed this block.