@minecraft
    正在准备搜索索引...

    类 PlayerStartBreakingBlockAfterEvent实验性

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

    层级 (查看层级一览)

    索引

    属性

    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.