Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.23 KB

minecraftBehavior_ocelot_sit_on_block.md

File metadata and controls

43 lines (32 loc) · 1.23 KB
author ms.author title description ms.service
iconicNurdle
mikeam
Entity Documentation - minecraft:behavior.ocelot_sit_on_block
A reference document detailing the 'behavior.ocelot_sit_on_block' entity goal
minecraft-bedrock-edition

Entity Documentation - minecraft:behavior.ocelot_sit_on_block

minecraft:behavior.ocelot_sit_on_block compels an entity to sit in place, similar to the ocelot entity animation pose.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.
speed_multiplier 1.0 Decimal Movement speed multiplier of the mob when using this AI Goal.

Example

"minecraft:behavior.ocelot_sit_on_block":{
    "priority": 4,
    "speed_multiplier": 1.0
}

Vanilla entities examples

ocelot

"minecraft:behavior.ocelot_sit_on_block": {
          "priority": 6,
          "speed_multiplier": 1.0
        }

Vanilla entities using minecraft:behavior.ocelot_sit_on_block