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