@minecraft
    Preparing search index...

    Interface ContainerAccessSourcePreview

    Represents the source of a container access.

    interface ContainerAccessSource {
        entity?: Entity;
    }
    Index

    Properties

    Properties

    entity?: Entity

    The entity that triggered the container access.