类 BlockComponentPlayerInteractEvent实验性

包含有关特定方块被交互的信息。

Contains information regarding a specific block being interacted with.

层级 (查看层级一览)

属性

block: Block

此事件影响的方块。

Block impacted by this event.

dimension: Dimension

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

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

face: Direction

被交互的方块面。

The block face that was interacted with.

faceLocation?: Vector3

相对于玩家交互的方块的西北下角的位置。

Location relative to the bottom north-west corner of the block that the player interacted with.

player?: Player

交互此方块的玩家。

The player that interacted with this block.