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

    Class BlockComponentEntityEventBeta

    Advertisement

    Contains information regarding an event sent by an entity to this block in the world.

    Hierarchy (View Summary)

    Index

    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.

    blockPermutation: BlockPermutation

    Returns permutation information about the block receiving the event.

    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.

    entitySource?: Entity

    The entity that sent the event.

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

    name: string

    Name of the event fired by the entity.

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

    Advertisement