Script API - v1.26.30.25
    Preparing search index...

    Class BlockContainerClosedAfterEventRc

    Contains information regarding a specific container block being closed.

    export class BlockContainerClosedAfterEvent extends BlockEvent {
    private constructor();
    closeSource: ContainerAccessSource;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    block: Block

    Block currently in the world at the location of this event.

    This property can't be read in early-execution mode.

    The source of the block container being closed.

    This property can't be edited in restricted-execution mode.

    This property can't be read in early-execution mode.

    dimension: Dimension

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

    This property can't be read in early-execution mode.