Skip to main content

Class: BlockComponentOnPlaceEvent

Contains information regarding a specific block that was placed.

Extends

Constructors

new BlockComponentOnPlaceEvent()

private new BlockComponentOnPlaceEvent(): BlockComponentOnPlaceEvent

Returns

BlockComponentOnPlaceEvent

Overrides

BlockEvent . constructor

Properties

block

readonly block: Block

Remarks

Block impacted by this event.

Inherited from

BlockEvent . block


dimension

readonly dimension: Dimension

Remarks

Dimension that contains the block that is the subject of this event.

Inherited from

BlockEvent . dimension


previousBlock

readonly previousBlock: BlockPermutation

Remarks

Previous block at this location that was replaced.