Skip to content

@minecraft/server


@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 ​

readonly block: Block

Defined in: @minecraft/server/index.d.ts:15355

Remarks ​

The block impacted by this event.


blockFace ​

readonly blockFace: Direction

Defined in: @minecraft/server/index.d.ts:15361

Remarks ​

The face of the block that the item was used on.


faceLocation ​

readonly faceLocation: 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 ​

readonly itemStack: ItemStack

Defined in: @minecraft/server/index.d.ts:15374

Remarks ​

The item stack used on the block.