Entity Documentation - minecraft:behavior.enderman_leave_block

minecraft:behavior.enderman_leave_block compels the entity to drop the block they are currently holding.

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_leave_block":{
    "priority": 8
}

Vanilla entities examples

enderman

"minecraft:behavior.enderman_leave_block": {
    "priority": 10
}

Vanilla entities using minecraft:behavior.enderman_leave_block