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

    Class EntityStartSneakingAfterEventBeta

    Contains data related to an entity beginning to sneak.

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

    Constructors

    Properties

    Constructors

    Properties

    entity: Entity

    Entity that has started sneaking.

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