@minecraft/server / ItemUseOnEvent
Class: ItemUseOnEvent ​
Defined in: @minecraft/server/index.d.ts:15348
Contains information regarding the use of an item on a block.
Extended by ​
Properties ​
block ​
readonlyblock:Block
Defined in: @minecraft/server/index.d.ts:15355
Remarks ​
The block impacted by this event.
blockFace ​
readonlyblockFace:Direction
Defined in: @minecraft/server/index.d.ts:15361
Remarks ​
The face of the block that the item was used on.
faceLocation ​
readonlyfaceLocation:Vector3
Defined in: @minecraft/server/index.d.ts:15368
Remarks ​
Location relative to the bottom north-west corner of the block that the item was used on.
itemStack ​
readonlyitemStack:ItemStack
Defined in: @minecraft/server/index.d.ts:15374
Remarks ​
The item stack used on the block.