@minecraft/server
    Preparing search index...

    Interface EntityHitInformationBeta

    Contains additional information about an entity that was hit.

    interface EntityHitInformation {
        entity?: Entity;
    }
    Index

    Properties

    Properties

    entity?: Entity

    Entity that was hit.