Entity Documentation - minecraft:behavior.dragontakeoff

minecraft:behavior.dragontakeoff compels an entity to leave perch mode and go back to flying around.

Note

This behavior can only be used by the ender_dragon entity type.

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.dragontakeoff":{
    "priority": 1
}

Vanilla entities examples

ender_dragon

"minecraft:behavior.dragontakeoff": {
    "priority": 0
}

Vanilla entities using minecraft:behavior.dragontakeoff