@minecraft/server
    Preparing search index...

    Class PlayerStartBreakingBlockAfterEventBeta

    Contains information regarding an event after a player starts breaking a block.

    Hierarchy (View Summary)

    Index

    Properties

    block: Block

    Block currently in the world at the location of this event.

    blockPermutation: BlockPermutation

    The permutation of the block that the player is starting to break.

    dimension: Dimension

    Dimension that contains the block that is the subject of this event.

    face: Direction

    The face of the block being broken.

    heldItemStack?: ItemStack

    The item stack that the player is using to break the block, or undefined if empty hand.

    player: Player

    Player that started breaking the block for this event.