Beta
Contains data related to an entity beginning to sneak.
export class EntityStartSneakingAfterEvent { private constructor(); readonly entity: Entity;} Copy
export class EntityStartSneakingAfterEvent { private constructor(); readonly entity: Entity;}
Private
Readonly
Entity that has started sneaking.
This property can't be read in early-execution mode.
Contains data related to an entity beginning to sneak.
Source