Entity Documentation - minecraft:behavior.stay_while_sitting

minecraft:behavior.stay_while_sitting compels an entity to stay in place while sitting.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.

Example

"minecraft:behavior.stay_while_sitting":{
    "priority": 3
}

Vanilla entities examples

cat

"minecraft:behavior.stay_while_sitting": {
    "priority": 3
}

Vanilla entities using minecraft:behavior.stay_while_sitting