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

    Class EntityStopSneakingAfterEventBeta

    Contains data related to an entity stopping sneaking.

    export class EntityStopSneakingAfterEvent {
    private constructor();
    readonly entity: Entity;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    entity: Entity

    Entity that has stopped sneaking.

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