@minecraft/server / BlockComponentEntityFallOnEvent
Class: BlockComponentEntityFallOnEvent ​
Defined in: @minecraft/server/index.d.ts:4456
Contains information regarding an entity falling onto a specific block.
Extends ​
Properties ​
block ​
readonlyblock:Block
Defined in: @minecraft/server/index.d.ts:4790
Remarks ​
Block currently in the world at the location of this event.
Inherited from ​
dimension ​
readonlydimension:Dimension
Defined in: @minecraft/server/index.d.ts:4797
Remarks ​
Dimension that contains the block that is the subject of this event.
Inherited from ​
entity? ​
readonlyoptionalentity?:Entity
Defined in: @minecraft/server/index.d.ts:4463
Remarks ​
The entity that fell onto the block.
fallDistance ​
readonlyfallDistance:number
Defined in: @minecraft/server/index.d.ts:4469
Remarks ​
The distance that the entity fell onto this block with.