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/PlayerPlaceBlockAfterEvent.md.

Class: PlayerPlaceBlockAfterEvent

event player block

Beta

包含有关玩家放置方块的事件信息。

Contains information regarding an event where a player places a 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


player

readonly player: Player

Beta

放置此事件方块的玩家。

Remarks

Player that placed the block for this event.

同领域相关