@minecraft/server / BlockHitInformation
Interface: BlockHitInformation ​
Defined in: @minecraft/server/index.d.ts:22633
Contains more information for events where a block is hit.
Properties ​
block ​
block:
Block
Defined in: @minecraft/server/index.d.ts:22639
Remarks ​
Block that was hit.
face ​
face:
Direction
Defined in: @minecraft/server/index.d.ts:22645
Remarks ​
Face of the block that was hit.
faceLocation ​
faceLocation:
Vector3
Defined in: @minecraft/server/index.d.ts:22652
Remarks ​
Location relative to the bottom north-west corner of the block.