Entity Documentation - minecraft:behavior.enderman_take_block

minecraft:behavior.enderman_take_block compels the entity to pick up a nearby block and carry the block in its hands.

Note

This behavior can only be used by the enderman 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.enderman_take_block":{
    "priority": 9
}

Vanilla entities examples

enderman

"minecraft:behavior.enderman_take_block": {
    "priority": 11
}

Vanilla entities using minecraft:behavior.enderman_take_block