Entity Documentation - minecraft:behavior.wither_random_attack_pos_goal

minecraft:behavior.wither_random_attack_pos_goal compels an entity to attack at random.

Note

This behavior can only be used by the wither 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.wither_random_attack_pos_goal":{
    "priority": 3
}

Vanilla entities examples

wither

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

Vanilla entities using minecraft:behavior.wither_random_attack_pos_goal