Skip to main content

Class: BlockComponentStepOffEvent

Contains information regarding an entity stepping off a specific block.

Extends

Constructors

new BlockComponentStepOffEvent()

private new BlockComponentStepOffEvent(): BlockComponentStepOffEvent

Returns

BlockComponentStepOffEvent

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


entity?

optional readonly entity: Entity

Remarks

The entity that stepped off the block.