编辑

Entity Documentation - minecraft:behavior.find_cover

Allows the mob to seek shade.

Entity Find Cover Behavior Properties

Name Default Value Type Description
control_flags [] Control Flags choices
cooldown_time 0 Decimal number Time in seconds the mob has to wait before using the goal again
priority 0 Integer number As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal.
speed_multiplier 1 Decimal number Movement speed multiplier of the mob when using this AI Goal

Control Flags choices

Value Title Description
jump Jump
look Look
move Move

Samples