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

Class: BlockComponentEntityEvent

event entity block component

Beta

包含有关实体向世界中此方块发送事件的信息。

Contains information regarding an event sent by an entity to this block in the world.

Extends

Properties

block

readonly block: Block

Beta

Remarks

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

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

Inherited from

BlockEvent.block


blockPermutation

readonly blockPermutation: BlockPermutation

Beta

Remarks

返回接收事件的方块的置换信息。

Returns permutation information about the block receiving the event.


dimension

readonly dimension: Dimension

Beta

Remarks

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

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

Inherited from

BlockEvent.dimension


entitySource

readonly entitySource: Entity

Beta

Remarks

发送事件的实体。

The entity that sent the event.


name

readonly name: string

Beta

Remarks

实体触发的事件的名称。

Name of the event fired by the entity.

同领域相关