@minecraft/server
    Preparing search index...

    Class ItemComponentMineBlockEventBeta

    Contains information regarding the mining of a block using an item.

    Index

    Properties

    block: Block

    The block impacted by this event.

    itemStack?: ItemStack

    The item stack used to mine the block.

    minedBlockPermutation: BlockPermutation

    The block permutation that was mined.

    source: Entity

    The entity that mined the block.