Class: EntityStartSneakingAfterEventSignal experimental
event entityBeta
Manages callbacks that are connected to when an entity begins sneaking.
Methods
subscribe()
subscribe(
callback,options?): (arg0) =>void
World Mutation Early Execution Beta
Parameters
callback
(arg0) => void
options?
EntitySneakingChangedEventOptions
Returns
(arg0) => void
Remarks
Adds a callback that will be called when an entity begins sneaking.
unsubscribe()
unsubscribe(
callback):void
World Mutation Early Execution Beta
Parameters
callback
(arg0) => void
Returns
void
Remarks
Removes a callback from being called when an entity begins sneaking.
