Class: ItemComponentMineBlockEvent
event block componentBeta
包含使用物品挖掘方块的相关信息。
Contains information regarding the mining of a block using an item.
Properties
block
readonlyblock:Block
Beta
Remarks
此事件影响的方块。
The block impacted by this event.
itemStack?
readonlyoptionalitemStack?:ItemStack
Beta
Remarks
用于挖掘方块的物品堆。
The item stack used to mine the block.
minedBlockPermutation
readonlyminedBlockPermutation:BlockPermutation
Beta
Remarks
被挖掘方块的方块状态(BlockPermutation)。
The block permutation that was mined.
source
readonlysource:Entity
Beta
Remarks
挖掘方块的实体。
The entity that mined the block.
