Class: BlockComponentEntityFallOnEvent
event entity block componentBeta
包含有关实体摔落到特定方块上的信息。
Contains information regarding an entity falling onto a specific block.
Extends
Properties
block
readonlyblock:Block
Beta
Remarks
当前世界中此事件所在位置的方块。
Block currently in the world at the location of this event.
Inherited from
dimension
readonlydimension:Dimension
Beta
Remarks
包含此事件主体方块的维度。
Dimension that contains the block that is the subject of this event.
Inherited from
entity?
readonlyoptionalentity?:Entity
Beta
Remarks
摔落到方块上的实体。
The entity that fell onto the block.
fallDistance
readonlyfallDistance:number
Beta
Remarks
实体摔落到此方块上的距离。
The distance that the entity fell onto this block with.
