BlockComponentPlayerDestroyEvent Class

Caution

This class is still in pre-release. Its signature may change or it may be removed in future releases.

Extends

Contains information regarding a specific block being destroyed.

Properties

destroyedBlockPermutation

read-only destroyedBlockPermutation: BlockPermutation;

Returns permutation information about this block before it was destroyed.

Type: BlockPermutation

player

read-only player?: Player;

The player that destroyed this block.

Type: Player