Rc
Contains information regarding a specific block permutation that was changed from a previous permutation.
export class BlockComponentBlockStateChangeEvent extends BlockEvent { private constructor(); readonly previousPermutation: BlockPermutation;} Copy
export class BlockComponentBlockStateChangeEvent extends BlockEvent { private constructor(); readonly previousPermutation: BlockPermutation;}
Private
Readonly
Block currently in the world at the location of this event.
This property can't be read in early-execution mode.
Dimension that contains the block that is the subject of this event.
The previous BlockPermutation.
Contains information regarding a specific block permutation that was changed from a previous permutation.
Source