@minecraft/server
    Preparing search index...

    Class PlayerInteractWithEntityBeforeEventBeta

    Contains information regarding an event before a player interacts with an entity.

    Index

    Properties

    cancel: boolean

    If set to true the interaction will be cancelled.

    itemStack?: ItemStack

    The item stack that is being used in the interaction, or undefined if empty hand.

    player: Player

    Source Player for this event.

    target: Entity

    The entity that will be interacted with.