@minecraft/server / BlockComponentOnPlaceEvent
Class: BlockComponentOnPlaceEvent ​
Defined in: @minecraft/server/index.d.ts:4477
Contains information regarding a specific block that was placed.
Extends ​
Properties ​
block ​
readonlyblock:Block
Defined in: @minecraft/server/index.d.ts:4790
Remarks ​
Block currently in the world at the location of this event.
Inherited from ​
dimension ​
readonlydimension:Dimension
Defined in: @minecraft/server/index.d.ts:4797
Remarks ​
Dimension that contains the block that is the subject of this event.
Inherited from ​
previousBlock ​
readonlypreviousBlock:BlockPermutation
Defined in: @minecraft/server/index.d.ts:4484
Remarks ​
Previous block at this location that was replaced.