跳转至

Entity Behavior

文档版本:1.21.0.24

The minecraft entity behavior specification.

架构

entities:
{
  format_version "format_version"
  minecraft:entity "minecraft:entity"
}
format_versionformat_version
format_version:
string
minecraft:entityminecraft:entity
minecraft:entity:
{
  object "description" : opt
  {
    object "animations" : opt
    {
      string "<any object property>" : opt
    }
    identifier "identifier"
    boolean "is_spawnable" : opt
    boolean "is_summonable" : opt
    boolean "is_experimental" : opt
    object "properties" : opt
    {
      object "<any object property>" : opt
      {
         "type" : opt
        0 "default"
      }
      object "<any object property>" : opt
      {
         "type" : opt
        0 "default"
        array "range" : opt
        {
          integer "0..0" : opt
          integer "1..1" : opt
        }
      }
      object "<any object property>" : opt
      {
         "type" : opt
        0 "default"
        array "range" : opt
        {
          number "0..0" : opt
          number "1..1" : opt
        }
      }
      object "<any object property>" : opt
      {
         "type" : opt
        string "default" : opt
        boolean "client_sync" : opt
        array "values" : opt
        {
          string "<any array element>" : opt
        }
      }
    }
    string "runtime_identifier" : opt
    object "scripts" : opt
    {
      array "animate" : opt
      {
        string "<any array element>" : opt
        object "<any array element>" : opt
        {
          string "<any object property>" : opt
        }
      }
    }
    string "spawn_category" : opt
  }
  object "component_groups" : opt
  {
    components "<any object property>"
  }
  components "components"
  events "events"
}
descriptionobject
The description of the this entity.
description
animationsobject
Sets the mapping of internal animation / animation controllers references to actual animations. This is a JSON Object of name/animation pairs
animations
<any object property>string
The name of the animation controller / animation.
identifieridentifier
Sets the identifier for this entity's description.
identifier:
string
is_spawnableboolean
Sets whether or not this entity has a spawn egg in the creative ui.
is_summonableboolean
Sets whether or not we can summon this entity using commands such as /summon.
is_experimentalboolean
Sets whether or not this entity is experimental. Experimental entities are only enabled when the experimental toggle is enabled.
propertiesobject
Experimental
properties
<any object property>object
<any object property>
type
default0
The default value of the property.
0:
string
0:
boolean
<any object property>object
<any object property>
type
default0
The default value of the property.
0:
string
0:
number
rangearray
The range of the property.
range
0..0integer
The minimum value of the property.
1..1integer
The minimum value of the property.
<any object property>object
<any object property>
type
default0
The default value of the property.
rangearray
The range of the property.
range
0..0number
The minimum value of the property.
1..1number
The minimum value of the property.
<any object property>object
<any object property>
type
defaultstring
client_syncboolean
Sets whether or not the property is synced to the client.
valuesarray
The values of the property.
values
<any array element>string
runtime_identifierstring
Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.
scriptsobject
Sets the mapping of internal animation controller references to actual animation controller. This is a JSON Array of name/animation-controller pairs
scripts
animatearray
Tells minecraft to run which animation / animation controllers and under what conditions.
animate
<any array element>string
The name of an animation controller referenced in animations.
<any array element>object
A conditional statement to run the animation under a specified condition.
<any array element>
<any object property>string
spawn_categorystring
At the moment, not fully implemented and does nothing. Recommended to leave it empty or set it to misc
component_groupsobject
Each group when add / remove the default components.
component_groups
<any object property>components
The components that are added as the foundation of the entity.
components:
{
  attribute "minecraft:absorption:"
  addrider "minecraft:addrider"
  admire_item "minecraft:admire_item"
  ageable "minecraft:ageable"
  ambient_sound_interval "minecraft:ambient_sound_interval"
  anger_level "minecraft:anger_level"
  angry "minecraft:angry"
  break_door "minecraft:annotation.break_door"
  open_door "minecraft:annotation.open_door"
  area_attack "minecraft:area_attack"
  attack_cooldown "minecraft:attack_cooldown"
  attribute "minecraft:attack_damage"
  attack "minecraft:attack"
  balloonable "minecraft:balloonable"
  barter "minecraft:barter"
  block_climber "minecraft:block_climber"
  block_sensor "minecraft:block_sensor"
  body_rotation_blocked "minecraft:body_rotation_blocked"
  boostable "minecraft:boostable"
  boss "minecraft:boss"
  break_blocks "minecraft:break_blocks"
  breathable "minecraft:breathable"
  breedable "minecraft:breedable"
  bribeable "minecraft:bribeable"
  buoyant "minecraft:buoyant"
  burns_in_daylight "minecraft:burns_in_daylight"
  can_climb "minecraft:can_climb"
  can_fly "minecraft:can_fly"
  can_join_raid "minecraft:can_join_raid"
  can_power_jump "minecraft:can_power_jump"
  celebrate_hunt "minecraft:celebrate_hunt"
  collision_box "minecraft:collision_box"
  color "minecraft:color"
  color2 "minecraft:color2"
  combat_regeneration "minecraft:combat_regeneration"
  conditional_bandwidth_optimization "minecraft:conditional_bandwidth_optimization"
  custom_hit_test "minecraft:custom_hit_test"
  damage_over_time "minecraft:damage_over_time"
  damage_sensor "minecraft:damage_sensor"
  dash "minecraft:dash"
  default_look_angle "minecraft:default_look_angle"
  despawn "minecraft:despawn"
  drying_out_timer "minecraft:drying_out_timer"
  dweller "minecraft:dweller"
  economy_trade_table "minecraft:economy_trade_table"
  entity_sensor "minecraft:entity_sensor"
  environment_sensor "minecraft:environment_sensor"
  equip_item "minecraft:equip_item"
  equipment "minecraft:equipment"
  equippable "minecraft:equippable"
  exhaustion_values "minecraft:exhaustion_values"
  experience_reward "minecraft:experience_reward"
  explode "minecraft:explode"
  fall_damage "minecraft:fall_damage"
  fire_immune "minecraft:fire_immune"
  floats_in_liquid "minecraft:floats_in_liquid"
  flocking "minecraft:flocking"
  flying_speed "minecraft:flying_speed"
  attribute "minecraft:follow_range"
  friction_modifier "minecraft:friction_modifier"
  game_event_movement_tracking "minecraft:game_event_movement_tracking"
  genetics "minecraft:genetics"
  giveable "minecraft:giveable"
  ground_offset "minecraft:ground_offset"
  group_size "minecraft:group_size"
  grows_crop "minecraft:grows_crop"
  healable "minecraft:healable"
  attribute "minecraft:health"
  heartbeat "minecraft:heartbeat"
  hide "minecraft:hide"
  home "minecraft:home"
  jump_strength "minecraft:horse.jump_strength"
  hurt_on_condition "minecraft:hurt_on_condition"
  hurt_when_wet "minecraft:hurt_when_wet"
  input_ground_controlled "minecraft:input_ground_controlled"
  inside_block_notifier "minecraft:inside_block_notifier"
  insomnia "minecraft:insomnia"
  instant_despawn "minecraft:instant_despawn"
  interact "minecraft:interact"
  inventory "minecraft:inventory"
  is_baby "minecraft:is_baby"
  is_charged "minecraft:is_charged"
  is_chested "minecraft:is_chested"
  is_dyeable "minecraft:is_dyeable"
  is_hidden_when_invisible "minecraft:is_hidden_when_invisible"
  is_ignited "minecraft:is_ignited"
  is_illager_captain "minecraft:is_illager_captain"
  is_pregnant "minecraft:is_pregnant"
  is_saddled "minecraft:is_saddled"
  is_shaking "minecraft:is_shaking"
  is_sheared "minecraft:is_sheared"
  is_stackable "minecraft:is_stackable"
  is_stunned "minecraft:is_stunned"
  is_tamed "minecraft:is_tamed"
  item_controllable "minecraft:item_controllable"
  item_hopper "minecraft:item_hopper"
  dynamic "minecraft:jump.dynamic"
  static "minecraft:jump.static"
  attribute "minecraft:knockback_resistance"
  attribute "minecraft:lava_movement"
  leashable "minecraft:leashable"
  lookat "minecraft:lookat"
  loot "minecraft:loot"
  attribute "minecraft:luck"
  managed_wandering_trader "minecraft:managed_wandering_trader"
  mark_variant "minecraft:mark_variant"
  mob_effect "minecraft:mob_effect"
  movement_sound_distance_offset "minecraft:movement_sound_distance_offset"
  amphibious "minecraft:movement.amphibious"
  basic "minecraft:movement.basic"
  fly "minecraft:movement.fly"
  generic "minecraft:movement.generic"
  glide "minecraft:movement.glide"
  hover "minecraft:movement.hover"
  jump "minecraft:movement.jump"
  skip "minecraft:movement.skip"
  sway "minecraft:movement.sway"
  attribute "minecraft:movement"
  nameable "minecraft:nameable"
  climb "minecraft:navigation.climb"
  float "minecraft:navigation.float"
  fly "minecraft:navigation.fly"
  generic "minecraft:navigation.generic"
  hover "minecraft:navigation.hover"
  swim "minecraft:navigation.swim"
  walk "minecraft:navigation.walk"
  npc "minecraft:npc"
  on_death "minecraft:on_death"
  on_friendly_anger "minecraft:on_friendly_anger"
  on_hurt_by_player "minecraft:on_hurt_by_player"
  on_hurt "minecraft:on_hurt"
  on_ignite "minecraft:on_ignite"
  on_start_landing "minecraft:on_start_landing"
  on_start_takeoff "minecraft:on_start_takeoff"
  on_target_acquired "minecraft:on_target_acquired"
  on_target_escape "minecraft:on_target_escape"
  on_wake_with_owner "minecraft:on_wake_with_owner"
  out_of_control "minecraft:out_of_control"
  peek "minecraft:peek"
  persistent "minecraft:persistent"
  physics "minecraft:physics"
  exhaustion "minecraft:player.exhaustion"
  experience "minecraft:player.experience"
  level "minecraft:player.level"
  saturation "minecraft:player.saturation"
  preferred_path "minecraft:preferred_path"
  projectile "minecraft:projectile"
  push_through "minecraft:push_through"
  pushable "minecraft:pushable"
  raid_trigger "minecraft:raid_trigger"
  rail_movement "minecraft:rail_movement"
  rail_sensor "minecraft:rail_sensor"
  ravager_blocked "minecraft:ravager_blocked"
  rideable "minecraft:rideable"
  scale_by_age "minecraft:scale_by_age"
  scale "minecraft:scale"
  scheduler "minecraft:scheduler"
  shareables "minecraft:shareables"
  shooter "minecraft:shooter"
  sittable "minecraft:sittable"
  skin_id "minecraft:skin_id"
  sound_volume "minecraft:sound_volume"
  spawn_entity "minecraft:spawn_entity"
  spell_effects "minecraft:spell_effects"
  strength "minecraft:strength"
  suspect_tracking "minecraft:suspect_tracking"
  tameable "minecraft:tameable"
  tamemount "minecraft:tamemount"
  target_nearby_sensor "minecraft:target_nearby_sensor"
  teleport "minecraft:teleport"
  tick_world "minecraft:tick_world"
  timer "minecraft:timer"
  trade_resupply "minecraft:trade_resupply"
  trade_table "minecraft:trade_table"
  trail "minecraft:trail"
  transformation "minecraft:transformation"
  trust "minecraft:trust"
  trusting "minecraft:trusting"
  type_family "minecraft:type_family"
  attribute "minecraft:underwater_movement"
  variable_max_auto_step "minecraft:variable_max_auto_step"
  variant "minecraft:variant"
  vibration_damper "minecraft:vibration_damper"
  vibration_listener "minecraft:vibration_listener"
  walk_animation_speed "minecraft:walk_animation_speed"
  wants_jockey "minecraft:wants_jockey"
  water_movement "minecraft:water_movement"
  admire_item "minecraft:behavior.admire_item"
  avoid_block "minecraft:behavior.avoid_block"
  avoid_mob_type "minecraft:behavior.avoid_mob_type"
  barter "minecraft:behavior.barter"
  beg "minecraft:behavior.beg"
  break_door "minecraft:behavior.break_door"
  breed "minecraft:behavior.breed"
  celebrate_survive "minecraft:behavior.celebrate_survive"
  celebrate "minecraft:behavior.celebrate"
  charge_attack "minecraft:behavior.charge_attack"
  charge_held_item "minecraft:behavior.charge_held_item"
  circle_around_anchor "minecraft:behavior.circle_around_anchor"
  controlled_by_player "minecraft:behavior.controlled_by_player"
  croak "minecraft:behavior.croak"
  defend_trusted_target "minecraft:behavior.defend_trusted_target"
  defend_village_target "minecraft:behavior.defend_village_target"
  delayed_attack "minecraft:behavior.delayed_attack"
  dig "minecraft:behavior.dig"
  door_interact "minecraft:behavior.door_interact"
  dragonchargeplayer "minecraft:behavior.dragonchargeplayer"
  dragondeath "minecraft:behavior.dragondeath"
  dragonflaming "minecraft:behavior.dragonflaming"
  dragonholdingpattern "minecraft:behavior.dragonholdingpattern"
  dragonlanding "minecraft:behavior.dragonlanding"
  dragonscanning "minecraft:behavior.dragonscanning"
  dragonstrafeplayer "minecraft:behavior.dragonstrafeplayer"
  dragontakeoff "minecraft:behavior.dragontakeoff"
  drink_milk "minecraft:behavior.drink_milk"
  drink_potion "minecraft:behavior.drink_potion"
  drop_item_for "minecraft:behavior.drop_item_for"
  eat_block "minecraft:behavior.eat_block"
  eat_carried_item "minecraft:behavior.eat_carried_item"
  eat_mob "minecraft:behavior.eat_mob"
  emerge "minecraft:behavior.emerge"
  enderman_leave_block "minecraft:behavior.enderman_leave_block"
  enderman_take_block "minecraft:behavior.enderman_take_block"
  equip_item "minecraft:behavior.equip_item"
  explore_outskirts "minecraft:behavior.explore_outskirts"
  fertilize_farm_block "minecraft:behavior.fertilize_farm_block"
  find_cover "minecraft:behavior.find_cover"
  find_mount "minecraft:behavior.find_mount"
  find_underwater_treasure "minecraft:behavior.find_underwater_treasure"
  flee_sun "minecraft:behavior.flee_sun"
  float_wander "minecraft:behavior.float_wander"
  float "minecraft:behavior.float"
  follow_caravan "minecraft:behavior.follow_caravan"
  follow_mob "minecraft:behavior.follow_mob"
  follow_owner "minecraft:behavior.follow_owner"
  follow_parent "minecraft:behavior.follow_parent"
  follow_target_captain "minecraft:behavior.follow_target_captain"
  go_and_give_items_to_noteblock "minecraft:behavior.go_and_give_items_to_noteblock"
  go_and_give_items_to_owner "minecraft:behavior.go_and_give_items_to_owner"
  go_home "minecraft:behavior.go_home"
  guardian_attack "minecraft:behavior.guardian_attack"
  harvest_farm_block "minecraft:behavior.harvest_farm_block"
  hide "minecraft:behavior.hide"
  hold_ground "minecraft:behavior.hold_ground"
  hurt_by_target "minecraft:behavior.hurt_by_target"
  inspect_bookshelf "minecraft:behavior.inspect_bookshelf"
  investigate_suspicious_location "minecraft:behavior.investigate_suspicious_location"
  jump_to_block "minecraft:behavior.jump_to_block"
  knockback_roar "minecraft:behavior.knockback_roar"
  lay_down "minecraft:behavior.lay_down"
  lay_egg "minecraft:behavior.lay_egg"
  leap_at_target "minecraft:behavior.leap_at_target"
  look_at_entity "minecraft:behavior.look_at_entity"
  look_at_player "minecraft:behavior.look_at_player"
  look_at_target "minecraft:behavior.look_at_target"
  look_at_trading_player "minecraft:behavior.look_at_trading_player"
  make_love "minecraft:behavior.make_love"
  melee_attack "minecraft:behavior.melee_attack"
  melee_box_attack "minecraft:behavior.melee_box_attack"
  mingle "minecraft:behavior.mingle"
  mount_pathing "minecraft:behavior.mount_pathing"
  move_indoors "minecraft:behavior.move_indoors"
  move_outdoors "minecraft:behavior.move_outdoors"
  move_through_village "minecraft:behavior.move_through_village"
  move_to_block "minecraft:behavior.move_to_block"
  move_to_land "minecraft:behavior.move_to_land"
  move_to_lava "minecraft:behavior.move_to_lava"
  move_to_liquid "minecraft:behavior.move_to_liquid"
  move_to_poi "minecraft:behavior.move_to_poi"
  move_to_random_block "minecraft:behavior.move_to_random_block"
  move_to_village "minecraft:behavior.move_to_village"
  move_to_water "minecraft:behavior.move_to_water"
  move_towards_dwelling_restriction "minecraft:behavior.move_towards_dwelling_restriction"
  move_towards_home_restriction "minecraft:behavior.move_towards_home_restriction"
  move_towards_restriction "minecraft:behavior.move_towards_restriction"
  move_towards_target "minecraft:behavior.move_towards_target"
  nap "minecraft:behavior.nap"
  nearest_attackable_target "minecraft:behavior.nearest_attackable_target"
  nearest_prioritized_attackable_target "minecraft:behavior.nearest_prioritized_attackable_target"
  ocelot_sit_on_block "minecraft:behavior.ocelot_sit_on_block"
  ocelotattack "minecraft:behavior.ocelotattack"
  offer_flower "minecraft:behavior.offer_flower"
  open_door "minecraft:behavior.open_door"
  owner_hurt_by_target "minecraft:behavior.owner_hurt_by_target"
  owner_hurt_target "minecraft:behavior.owner_hurt_target"
  panic "minecraft:behavior.panic"
  peek "minecraft:behavior.peek"
  pet_sleep_with_owner "minecraft:behavior.pet_sleep_with_owner"
  pickup_items "minecraft:behavior.pickup_items"
  play_dead "minecraft:behavior.play_dead"
  play "minecraft:behavior.play"
  player_ride_tamed "minecraft:behavior.player_ride_tamed"
  raid_garden "minecraft:behavior.raid_garden"
  ram_attack "minecraft:behavior.ram_attack"
  random_breach "minecraft:behavior.random_breach"
  random_fly "minecraft:behavior.random_fly"
  random_hover "minecraft:behavior.random_hover"
  random_look_around_and_sit "minecraft:behavior.random_look_around_and_sit"
  random_look_around "minecraft:behavior.random_look_around"
  random_search_and_dig "minecraft:behavior.random_search_and_dig"
  random_sitting "minecraft:behavior.random_sitting"
  random_stroll "minecraft:behavior.random_stroll"
  random_swim "minecraft:behavior.random_swim"
  ranged_attack "minecraft:behavior.ranged_attack"
  receive_love "minecraft:behavior.receive_love"
  restrict_open_door "minecraft:behavior.restrict_open_door"
  restrict_sun "minecraft:behavior.restrict_sun"
  rise_to_liquid_level "minecraft:behavior.rise_to_liquid_level"
  roar "minecraft:behavior.roar"
  roll "minecraft:behavior.roll"
  run_around_like_crazy "minecraft:behavior.run_around_like_crazy"
  scared "minecraft:behavior.scared"
  send_event "minecraft:behavior.send_event"
  share_items "minecraft:behavior.share_items"
  silverfish_merge_with_stone "minecraft:behavior.silverfish_merge_with_stone"
  silverfish_wake_up_friends "minecraft:behavior.silverfish_wake_up_friends"
  skeleton_horse_trap "minecraft:behavior.skeleton_horse_trap"
  sleep "minecraft:behavior.sleep"
  slime_attack "minecraft:behavior.slime_attack"
  slime_float "minecraft:behavior.slime_float"
  slime_keep_on_jumping "minecraft:behavior.slime_keep_on_jumping"
  slime_random_direction "minecraft:behavior.slime_random_direction"
  snacking "minecraft:behavior.snacking"
  sneeze "minecraft:behavior.sneeze"
  sniff "minecraft:behavior.sniff"
  sonic_boom "minecraft:behavior.sonic_boom"
  squid_dive "minecraft:behavior.squid_dive"
  squid_flee "minecraft:behavior.squid_flee"
  squid_idle "minecraft:behavior.squid_idle"
  squid_move_away_from_ground "minecraft:behavior.squid_move_away_from_ground"
  squid_out_of_water "minecraft:behavior.squid_out_of_water"
  stalk_and_pounce_on_target "minecraft:behavior.stalk_and_pounce_on_target"
  stay_near_noteblock "minecraft:behavior.stay_near_noteblock"
  stay_while_sitting "minecraft:behavior.stay_while_sitting"
  stomp_attack "minecraft:behavior.stomp_attack"
  stomp_turtle_egg "minecraft:behavior.stomp_turtle_egg"
  stroll_towards_village "minecraft:behavior.stroll_towards_village"
  summon_entity "minecraft:behavior.summon_entity"
  swell "minecraft:behavior.swell"
  swim_idle "minecraft:behavior.swim_idle"
  swim_wander "minecraft:behavior.swim_wander"
  swim_with_entity "minecraft:behavior.swim_with_entity"
  swoop_attack "minecraft:behavior.swoop_attack"
  take_flower "minecraft:behavior.take_flower"
  target_when_pushed "minecraft:behavior.target_when_pushed"
  tempt "minecraft:behavior.tempt"
  timer_flag "minecraft:behavior.timer_flag_1"
  timer_flag "minecraft:behavior.timer_flag_2"
  timer_flag "minecraft:behavior.timer_flag_3"
  trade_interest "minecraft:behavior.trade_interest"
  trade_with_player "minecraft:behavior.trade_with_player"
  vex_copy_owner_target "minecraft:behavior.vex_copy_owner_target"
  vex_random_move "minecraft:behavior.vex_random_move"
  wither_random_attack_pos_goal "minecraft:behavior.wither_random_attack_pos_goal"
  wither_target_highest_damage "minecraft:behavior.wither_target_highest_damage"
  work "minecraft:behavior.work"
  work_composter "minecraft:behavior.work_composter"
}
minecraft:absorption:attribute
minecraft:absorption:组件。A collection of components.
minecraft:addrideraddrider
minecraft:addrider组件。A collection of components.
minecraft:admire_itemadmire_item
minecraft:admire_item组件。A collection of components.
minecraft:ageableageable
minecraft:ageable组件。A collection of components.
minecraft:ambient_sound_intervalambient_sound_interval
minecraft:ambient_sound_interval组件。A collection of components.
minecraft:anger_levelanger_level
minecraft:anger_level组件。A collection of components.
minecraft:angryangry
minecraft:angry组件。A collection of components.
minecraft:annotation.break_doorbreak_door
minecraft:annotation.break_door组件。A collection of components.
minecraft:annotation.open_dooropen_door
minecraft:annotation.open_door组件。A collection of components.
minecraft:area_attackarea_attack
minecraft:area_attack组件。A collection of components.
minecraft:attack_cooldownattack_cooldown
minecraft:attack_cooldown组件。A collection of components.
minecraft:attack_damageattribute
minecraft:attack_damage组件。A collection of components.
minecraft:attackattack
minecraft:attack组件。A collection of components.
minecraft:balloonableballoonable
minecraft:balloonable组件。A collection of components.
minecraft:barterbarter
minecraft:barter组件。A collection of components.
minecraft:block_climberblock_climber
minecraft:block_climber组件。A collection of components.
minecraft:block_sensorblock_sensor
minecraft:block_sensor组件。A collection of components.
minecraft:body_rotation_blockedbody_rotation_blocked
minecraft:body_rotation_blocked组件。A collection of components.
minecraft:boostableboostable
minecraft:boostable组件。A collection of components.
minecraft:bossboss
minecraft:boss组件。A collection of components.
minecraft:break_blocksbreak_blocks
minecraft:break_blocks组件。A collection of components.
minecraft:breathablebreathable
minecraft:breathable组件。A collection of components.
minecraft:breedablebreedable
minecraft:breedable组件。A collection of components.
minecraft:bribeablebribeable
minecraft:bribeable组件。A collection of components.
minecraft:buoyantbuoyant
minecraft:buoyant组件。A collection of components.
minecraft:burns_in_daylightburns_in_daylight
minecraft:burns_in_daylight组件。A collection of components.
minecraft:can_climbcan_climb
minecraft:can_climb组件。A collection of components.
minecraft:can_flycan_fly
minecraft:can_fly组件。A collection of components.
minecraft:can_join_raidcan_join_raid
minecraft:can_join_raid组件。A collection of components.
minecraft:can_power_jumpcan_power_jump
minecraft:can_power_jump组件。A collection of components.
minecraft:celebrate_huntcelebrate_hunt
minecraft:celebrate_hunt组件。A collection of components.
minecraft:collision_boxcollision_box
minecraft:collision_box组件。A collection of components.
minecraft:colorcolor
minecraft:color组件。A collection of components.
minecraft:color2color2
minecraft:color2组件。A collection of components.
minecraft:combat_regenerationcombat_regeneration
minecraft:combat_regeneration组件。A collection of components.
minecraft:conditional_bandwidth_optimizationconditional_bandwidth_optimization
minecraft:conditional_bandwidth_optimization组件。A collection of components.
minecraft:custom_hit_testcustom_hit_test
minecraft:custom_hit_test组件。A collection of components.
minecraft:damage_over_timedamage_over_time
minecraft:damage_over_time组件。A collection of components.
minecraft:damage_sensordamage_sensor
minecraft:damage_sensor组件。A collection of components.
minecraft:dashdash
minecraft:dash组件。A collection of components.
minecraft:default_look_angledefault_look_angle
minecraft:default_look_angle组件。A collection of components.
minecraft:despawndespawn
minecraft:despawn组件。A collection of components.
minecraft:drying_out_timerdrying_out_timer
minecraft:drying_out_timer组件。A collection of components.
minecraft:dwellerdweller
minecraft:dweller组件。A collection of components.
minecraft:economy_trade_tableeconomy_trade_table
minecraft:economy_trade_table组件。A collection of components.
minecraft:entity_sensorentity_sensor
minecraft:entity_sensor组件。A collection of components.
minecraft:environment_sensorenvironment_sensor
minecraft:environment_sensor组件。A collection of components.
minecraft:equip_itemequip_item
minecraft:equip_item组件。A collection of components.
minecraft:equipmentequipment
minecraft:equipment组件。A collection of components.
minecraft:equippableequippable
minecraft:equippable组件。A collection of components.
minecraft:exhaustion_valuesexhaustion_values
minecraft:exhaustion_values组件。A collection of components.
minecraft:experience_rewardexperience_reward
minecraft:experience_reward组件。A collection of components.
minecraft:explodeexplode
minecraft:explode组件。A collection of components.
minecraft:fall_damagefall_damage
minecraft:fall_damage组件。A collection of components.
minecraft:fire_immunefire_immune
minecraft:fire_immune组件。A collection of components.
minecraft:floats_in_liquidfloats_in_liquid
minecraft:floats_in_liquid组件。A collection of components.
minecraft:flockingflocking
minecraft:flocking组件。A collection of components.
minecraft:flying_speedflying_speed
minecraft:flying_speed组件。A collection of components.
minecraft:follow_rangeattribute
minecraft:follow_range组件。A collection of components.
minecraft:friction_modifierfriction_modifier
minecraft:friction_modifier组件。A collection of components.
minecraft:game_event_movement_trackinggame_event_movement_tracking
minecraft:game_event_movement_tracking组件。A collection of components.
minecraft:geneticsgenetics
minecraft:genetics组件。A collection of components.
minecraft:giveablegiveable
minecraft:giveable组件。A collection of components.
minecraft:ground_offsetground_offset
minecraft:ground_offset组件。A collection of components.
minecraft:group_sizegroup_size
minecraft:group_size组件。A collection of components.
minecraft:grows_cropgrows_crop
minecraft:grows_crop组件。A collection of components.
minecraft:healablehealable
minecraft:healable组件。A collection of components.
minecraft:healthattribute
minecraft:health组件。A collection of components.
minecraft:heartbeatheartbeat
minecraft:heartbeat组件。A collection of components.
minecraft:hidehide
minecraft:hide组件。A collection of components.
minecraft:homehome
minecraft:home组件。A collection of components.
minecraft:horse.jump_strengthjump_strength
minecraft:horse.jump_strength组件。A collection of components.
minecraft:hurt_on_conditionhurt_on_condition
minecraft:hurt_on_condition组件。A collection of components.
minecraft:hurt_when_wethurt_when_wet
minecraft:hurt_when_wet组件。A collection of components.
minecraft:input_ground_controlledinput_ground_controlled
minecraft:input_ground_controlled组件。A collection of components.
minecraft:inside_block_notifierinside_block_notifier
minecraft:inside_block_notifier组件。A collection of components.
minecraft:insomniainsomnia
minecraft:insomnia组件。A collection of components.
minecraft:instant_despawninstant_despawn
minecraft:instant_despawn组件。A collection of components.
minecraft:interactinteract
minecraft:interact组件。A collection of components.
minecraft:inventoryinventory
minecraft:inventory组件。A collection of components.
minecraft:is_babyis_baby
minecraft:is_baby组件。A collection of components.
minecraft:is_chargedis_charged
minecraft:is_charged组件。A collection of components.
minecraft:is_chestedis_chested
minecraft:is_chested组件。A collection of components.
minecraft:is_dyeableis_dyeable
minecraft:is_dyeable组件。A collection of components.
minecraft:is_hidden_when_invisibleis_hidden_when_invisible
minecraft:is_hidden_when_invisible组件。A collection of components.
minecraft:is_ignitedis_ignited
minecraft:is_ignited组件。A collection of components.
minecraft:is_illager_captainis_illager_captain
minecraft:is_illager_captain组件。A collection of components.
minecraft:is_pregnantis_pregnant
minecraft:is_pregnant组件。A collection of components.
minecraft:is_saddledis_saddled
minecraft:is_saddled组件。A collection of components.
minecraft:is_shakingis_shaking
minecraft:is_shaking组件。A collection of components.
minecraft:is_shearedis_sheared
minecraft:is_sheared组件。A collection of components.
minecraft:is_stackableis_stackable
minecraft:is_stackable组件。A collection of components.
minecraft:is_stunnedis_stunned
minecraft:is_stunned组件。A collection of components.
minecraft:is_tamedis_tamed
minecraft:is_tamed组件。A collection of components.
minecraft:item_controllableitem_controllable
minecraft:item_controllable组件。A collection of components.
minecraft:item_hopperitem_hopper
minecraft:item_hopper组件。A collection of components.
minecraft:jump.dynamicdynamic
minecraft:jump.dynamic组件。A collection of components.
minecraft:jump.staticstatic
minecraft:jump.static组件。A collection of components.
minecraft:knockback_resistanceattribute
minecraft:knockback_resistance组件。A collection of components.
minecraft:lava_movementattribute
minecraft:lava_movement组件。A collection of components.
minecraft:leashableleashable
minecraft:leashable组件。A collection of components.
minecraft:lookatlookat
minecraft:lookat组件。A collection of components.
minecraft:lootloot
minecraft:loot组件。A collection of components.
minecraft:luckattribute
minecraft:luck组件。A collection of components.
minecraft:managed_wandering_tradermanaged_wandering_trader
minecraft:managed_wandering_trader组件。A collection of components.
minecraft:mark_variantmark_variant
minecraft:mark_variant组件。A collection of components.
minecraft:mob_effectmob_effect
minecraft:mob_effect组件。A collection of components.
minecraft:movement_sound_distance_offsetmovement_sound_distance_offset
minecraft:movement_sound_distance_offset组件。A collection of components.
minecraft:movement.amphibiousamphibious
minecraft:movement.amphibious组件。A collection of components.
minecraft:movement.basicbasic
minecraft:movement.basic组件。A collection of components.
minecraft:movement.flyfly
minecraft:movement.fly组件。A collection of components.
minecraft:movement.genericgeneric
minecraft:movement.generic组件。A collection of components.
minecraft:movement.glideglide
minecraft:movement.glide组件。A collection of components.
minecraft:movement.hoverhover
minecraft:movement.hover组件。A collection of components.
minecraft:movement.jumpjump
minecraft:movement.jump组件。A collection of components.
minecraft:movement.skipskip
minecraft:movement.skip组件。A collection of components.
minecraft:movement.swaysway
minecraft:movement.sway组件。A collection of components.
minecraft:movementattribute
minecraft:movement组件。A collection of components.
minecraft:nameablenameable
minecraft:nameable组件。A collection of components.
minecraft:navigation.climbclimb
minecraft:navigation.climb组件。A collection of components.
minecraft:navigation.floatfloat
minecraft:navigation.float组件。A collection of components.
minecraft:navigation.flyfly
minecraft:navigation.fly组件。A collection of components.
minecraft:navigation.genericgeneric
minecraft:navigation.generic组件。A collection of components.
minecraft:navigation.hoverhover
minecraft:navigation.hover组件。A collection of components.
minecraft:navigation.swimswim
minecraft:navigation.swim组件。A collection of components.
minecraft:navigation.walkwalk
minecraft:navigation.walk组件。A collection of components.
minecraft:npcnpc
minecraft:npc组件。A collection of components.
minecraft:on_deathon_death
minecraft:on_death组件。A collection of components.
minecraft:on_friendly_angeron_friendly_anger
minecraft:on_friendly_anger组件。A collection of components.
minecraft:on_hurt_by_playeron_hurt_by_player
minecraft:on_hurt_by_player组件。A collection of components.
minecraft:on_hurton_hurt
minecraft:on_hurt组件。A collection of components.
minecraft:on_igniteon_ignite
minecraft:on_ignite组件。A collection of components.
minecraft:on_start_landingon_start_landing
minecraft:on_start_landing组件。A collection of components.
minecraft:on_start_takeoffon_start_takeoff
minecraft:on_start_takeoff组件。A collection of components.
minecraft:on_target_acquiredon_target_acquired
minecraft:on_target_acquired组件。A collection of components.
minecraft:on_target_escapeon_target_escape
minecraft:on_target_escape组件。A collection of components.
minecraft:on_wake_with_owneron_wake_with_owner
minecraft:on_wake_with_owner组件。A collection of components.
minecraft:out_of_controlout_of_control
minecraft:out_of_control组件。A collection of components.
minecraft:peekpeek
minecraft:peek组件。A collection of components.
minecraft:persistentpersistent
minecraft:persistent组件。A collection of components.
minecraft:physicsphysics
minecraft:physics组件。A collection of components.
minecraft:player.exhaustionexhaustion
minecraft:player.exhaustion组件。A collection of components.
minecraft:player.experienceexperience
minecraft:player.experience组件。A collection of components.
minecraft:player.levellevel
minecraft:player.level组件。A collection of components.
minecraft:player.saturationsaturation
minecraft:player.saturation组件。A collection of components.
minecraft:preferred_pathpreferred_path
minecraft:preferred_path组件。A collection of components.
minecraft:projectileprojectile
minecraft:projectile组件。A collection of components.
minecraft:push_throughpush_through
minecraft:push_through组件。A collection of components.
minecraft:pushablepushable
minecraft:pushable组件。A collection of components.
minecraft:raid_triggerraid_trigger
minecraft:raid_trigger组件。A collection of components.
minecraft:rail_movementrail_movement
minecraft:rail_movement组件。A collection of components.
minecraft:rail_sensorrail_sensor
minecraft:rail_sensor组件。A collection of components.
minecraft:ravager_blockedravager_blocked
minecraft:ravager_blocked组件。A collection of components.
minecraft:rideablerideable
minecraft:rideable组件。A collection of components.
minecraft:scale_by_agescale_by_age
minecraft:scale_by_age组件。A collection of components.
minecraft:scalescale
minecraft:scale组件。A collection of components.
minecraft:schedulerscheduler
minecraft:scheduler组件。A collection of components.
minecraft:shareablesshareables
minecraft:shareables组件。A collection of components.
minecraft:shootershooter
minecraft:shooter组件。A collection of components.
minecraft:sittablesittable
minecraft:sittable组件。A collection of components.
minecraft:skin_idskin_id
minecraft:skin_id组件。A collection of components.
minecraft:sound_volumesound_volume
minecraft:sound_volume组件。A collection of components.
minecraft:spawn_entityspawn_entity
minecraft:spawn_entity组件。A collection of components.
minecraft:spell_effectsspell_effects
minecraft:spell_effects组件。A collection of components.
minecraft:strengthstrength
minecraft:strength组件。A collection of components.
minecraft:suspect_trackingsuspect_tracking
minecraft:suspect_tracking组件。A collection of components.
minecraft:tameabletameable
minecraft:tameable组件。A collection of components.
minecraft:tamemounttamemount
minecraft:tamemount组件。A collection of components.
minecraft:target_nearby_sensortarget_nearby_sensor
minecraft:target_nearby_sensor组件。A collection of components.
minecraft:teleportteleport
minecraft:teleport组件。A collection of components.
minecraft:tick_worldtick_world
minecraft:tick_world组件。A collection of components.
minecraft:timertimer
minecraft:timer组件。A collection of components.
minecraft:trade_resupplytrade_resupply
minecraft:trade_resupply组件。A collection of components.
minecraft:trade_tabletrade_table
minecraft:trade_table组件。A collection of components.
minecraft:trailtrail
minecraft:trail组件。A collection of components.
minecraft:transformationtransformation
minecraft:transformation组件。A collection of components.
minecraft:trusttrust
minecraft:trust组件。A collection of components.
minecraft:trustingtrusting
minecraft:trusting组件。A collection of components.
minecraft:type_familytype_family
minecraft:type_family组件。A collection of components.
minecraft:underwater_movementattribute
minecraft:underwater_movement组件。A collection of components.
minecraft:variable_max_auto_stepvariable_max_auto_step
minecraft:variable_max_auto_step组件。A collection of components.
minecraft:variantvariant
minecraft:variant组件。A collection of components.
minecraft:vibration_dampervibration_damper
minecraft:vibration_damper组件。A collection of components.
minecraft:vibration_listenervibration_listener
minecraft:vibration_listener组件。A collection of components.
minecraft:walk_animation_speedwalk_animation_speed
minecraft:walk_animation_speed组件。A collection of components.
minecraft:wants_jockeywants_jockey
minecraft:wants_jockey组件。A collection of components.
minecraft:water_movementwater_movement
minecraft:water_movement组件。A collection of components.
minecraft:behavior.admire_itemadmire_item
minecraft:behavior.admire_item组件。A collection of components.
minecraft:behavior.avoid_blockavoid_block
minecraft:behavior.avoid_block组件。A collection of components.
minecraft:behavior.avoid_mob_typeavoid_mob_type
minecraft:behavior.avoid_mob_type组件。A collection of components.
minecraft:behavior.barterbarter
minecraft:behavior.barter组件。A collection of components.
minecraft:behavior.begbeg
minecraft:behavior.beg组件。A collection of components.
minecraft:behavior.break_doorbreak_door
minecraft:behavior.break_door组件。A collection of components.
minecraft:behavior.breedbreed
minecraft:behavior.breed组件。A collection of components.
minecraft:behavior.celebrate_survivecelebrate_survive
minecraft:behavior.celebrate_survive组件。A collection of components.
minecraft:behavior.celebratecelebrate
minecraft:behavior.celebrate组件。A collection of components.
minecraft:behavior.charge_attackcharge_attack
minecraft:behavior.charge_attack组件。A collection of components.
minecraft:behavior.charge_held_itemcharge_held_item
minecraft:behavior.charge_held_item组件。A collection of components.
minecraft:behavior.circle_around_anchorcircle_around_anchor
minecraft:behavior.circle_around_anchor组件。A collection of components.
minecraft:behavior.controlled_by_playercontrolled_by_player
minecraft:behavior.controlled_by_player组件。A collection of components.
minecraft:behavior.croakcroak
minecraft:behavior.croak组件。A collection of components.
minecraft:behavior.defend_trusted_targetdefend_trusted_target
minecraft:behavior.defend_trusted_target组件。A collection of components.
minecraft:behavior.defend_village_targetdefend_village_target
minecraft:behavior.defend_village_target组件。A collection of components.
minecraft:behavior.delayed_attackdelayed_attack
minecraft:behavior.delayed_attack组件。A collection of components.
minecraft:behavior.digdig
minecraft:behavior.dig组件。A collection of components.
minecraft:behavior.door_interactdoor_interact
minecraft:behavior.door_interact组件。A collection of components.
minecraft:behavior.dragonchargeplayerdragonchargeplayer
minecraft:behavior.dragonchargeplayer组件。A collection of components.
minecraft:behavior.dragondeathdragondeath
minecraft:behavior.dragondeath组件。A collection of components.
minecraft:behavior.dragonflamingdragonflaming
minecraft:behavior.dragonflaming组件。A collection of components.
minecraft:behavior.dragonholdingpatterndragonholdingpattern
minecraft:behavior.dragonholdingpattern组件。A collection of components.
minecraft:behavior.dragonlandingdragonlanding
minecraft:behavior.dragonlanding组件。A collection of components.
minecraft:behavior.dragonscanningdragonscanning
minecraft:behavior.dragonscanning组件。A collection of components.
minecraft:behavior.dragonstrafeplayerdragonstrafeplayer
minecraft:behavior.dragonstrafeplayer组件。A collection of components.
minecraft:behavior.dragontakeoffdragontakeoff
minecraft:behavior.dragontakeoff组件。A collection of components.
minecraft:behavior.drink_milkdrink_milk
minecraft:behavior.drink_milk组件。A collection of components.
minecraft:behavior.drink_potiondrink_potion
minecraft:behavior.drink_potion组件。A collection of components.
minecraft:behavior.drop_item_fordrop_item_for
minecraft:behavior.drop_item_for组件。A collection of components.
minecraft:behavior.eat_blockeat_block
minecraft:behavior.eat_block组件。A collection of components.
minecraft:behavior.eat_carried_itemeat_carried_item
minecraft:behavior.eat_carried_item组件。A collection of components.
minecraft:behavior.eat_mobeat_mob
minecraft:behavior.eat_mob组件。A collection of components.
minecraft:behavior.emergeemerge
minecraft:behavior.emerge组件。A collection of components.
minecraft:behavior.enderman_leave_blockenderman_leave_block
minecraft:behavior.enderman_leave_block组件。A collection of components.
minecraft:behavior.enderman_take_blockenderman_take_block
minecraft:behavior.enderman_take_block组件。A collection of components.
minecraft:behavior.equip_itemequip_item
minecraft:behavior.equip_item组件。A collection of components.
minecraft:behavior.explore_outskirtsexplore_outskirts
minecraft:behavior.explore_outskirts组件。A collection of components.
minecraft:behavior.fertilize_farm_blockfertilize_farm_block
minecraft:behavior.fertilize_farm_block组件。A collection of components.
minecraft:behavior.find_coverfind_cover
minecraft:behavior.find_cover组件。A collection of components.
minecraft:behavior.find_mountfind_mount
minecraft:behavior.find_mount组件。A collection of components.
minecraft:behavior.find_underwater_treasurefind_underwater_treasure
minecraft:behavior.find_underwater_treasure组件。A collection of components.
minecraft:behavior.flee_sunflee_sun
minecraft:behavior.flee_sun组件。A collection of components.
minecraft:behavior.float_wanderfloat_wander
minecraft:behavior.float_wander组件。A collection of components.
minecraft:behavior.floatfloat
minecraft:behavior.float组件。A collection of components.
minecraft:behavior.follow_caravanfollow_caravan
minecraft:behavior.follow_caravan组件。A collection of components.
minecraft:behavior.follow_mobfollow_mob
minecraft:behavior.follow_mob组件。A collection of components.
minecraft:behavior.follow_ownerfollow_owner
minecraft:behavior.follow_owner组件。A collection of components.
minecraft:behavior.follow_parentfollow_parent
minecraft:behavior.follow_parent组件。A collection of components.
minecraft:behavior.follow_target_captainfollow_target_captain
minecraft:behavior.follow_target_captain组件。A collection of components.
minecraft:behavior.go_and_give_items_to_noteblockgo_and_give_items_to_noteblock
minecraft:behavior.go_and_give_items_to_noteblock组件。A collection of components.
minecraft:behavior.go_and_give_items_to_ownergo_and_give_items_to_owner
minecraft:behavior.go_and_give_items_to_owner组件。A collection of components.
minecraft:behavior.go_homego_home
minecraft:behavior.go_home组件。A collection of components.
minecraft:behavior.guardian_attackguardian_attack
minecraft:behavior.guardian_attack组件。A collection of components.
minecraft:behavior.harvest_farm_blockharvest_farm_block
minecraft:behavior.harvest_farm_block组件。A collection of components.
minecraft:behavior.hidehide
minecraft:behavior.hide组件。A collection of components.
minecraft:behavior.hold_groundhold_ground
minecraft:behavior.hold_ground组件。A collection of components.
minecraft:behavior.hurt_by_targethurt_by_target
minecraft:behavior.hurt_by_target组件。A collection of components.
minecraft:behavior.inspect_bookshelfinspect_bookshelf
minecraft:behavior.inspect_bookshelf组件。A collection of components.
minecraft:behavior.investigate_suspicious_locationinvestigate_suspicious_location
minecraft:behavior.investigate_suspicious_location组件。A collection of components.
minecraft:behavior.jump_to_blockjump_to_block
minecraft:behavior.jump_to_block组件。A collection of components.
minecraft:behavior.knockback_roarknockback_roar
minecraft:behavior.knockback_roar组件。A collection of components.
minecraft:behavior.lay_downlay_down
minecraft:behavior.lay_down组件。A collection of components.
minecraft:behavior.lay_egglay_egg
minecraft:behavior.lay_egg组件。A collection of components.
minecraft:behavior.leap_at_targetleap_at_target
minecraft:behavior.leap_at_target组件。A collection of components.
minecraft:behavior.look_at_entitylook_at_entity
minecraft:behavior.look_at_entity组件。A collection of components.
minecraft:behavior.look_at_playerlook_at_player
minecraft:behavior.look_at_player组件。A collection of components.
minecraft:behavior.look_at_targetlook_at_target
minecraft:behavior.look_at_target组件。A collection of components.
minecraft:behavior.look_at_trading_playerlook_at_trading_player
minecraft:behavior.look_at_trading_player组件。A collection of components.
minecraft:behavior.make_lovemake_love
minecraft:behavior.make_love组件。A collection of components.
minecraft:behavior.melee_attackmelee_attack
minecraft:behavior.melee_attack组件。A collection of components.
minecraft:behavior.melee_box_attackmelee_box_attack
minecraft:behavior.melee_box_attack组件。A collection of components.
minecraft:behavior.minglemingle
minecraft:behavior.mingle组件。A collection of components.
minecraft:behavior.mount_pathingmount_pathing
minecraft:behavior.mount_pathing组件。A collection of components.
minecraft:behavior.move_indoorsmove_indoors
minecraft:behavior.move_indoors组件。A collection of components.
minecraft:behavior.move_outdoorsmove_outdoors
minecraft:behavior.move_outdoors组件。A collection of components.
minecraft:behavior.move_through_villagemove_through_village
minecraft:behavior.move_through_village组件。A collection of components.
minecraft:behavior.move_to_blockmove_to_block
minecraft:behavior.move_to_block组件。A collection of components.
minecraft:behavior.move_to_landmove_to_land
minecraft:behavior.move_to_land组件。A collection of components.
minecraft:behavior.move_to_lavamove_to_lava
minecraft:behavior.move_to_lava组件。A collection of components.
minecraft:behavior.move_to_liquidmove_to_liquid
minecraft:behavior.move_to_liquid组件。A collection of components.
minecraft:behavior.move_to_poimove_to_poi
minecraft:behavior.move_to_poi组件。A collection of components.
minecraft:behavior.move_to_random_blockmove_to_random_block
minecraft:behavior.move_to_random_block组件。A collection of components.
minecraft:behavior.move_to_villagemove_to_village
minecraft:behavior.move_to_village组件。A collection of components.
minecraft:behavior.move_to_watermove_to_water
minecraft:behavior.move_to_water组件。A collection of components.
minecraft:behavior.move_towards_dwelling_restrictionmove_towards_dwelling_restriction
minecraft:behavior.move_towards_dwelling_restriction组件。A collection of components.
minecraft:behavior.move_towards_home_restrictionmove_towards_home_restriction
minecraft:behavior.move_towards_home_restriction组件。A collection of components.
minecraft:behavior.move_towards_restrictionmove_towards_restriction
minecraft:behavior.move_towards_restriction组件。A collection of components.
minecraft:behavior.move_towards_targetmove_towards_target
minecraft:behavior.move_towards_target组件。A collection of components.
minecraft:behavior.napnap
minecraft:behavior.nap组件。A collection of components.
minecraft:behavior.nearest_attackable_targetnearest_attackable_target
minecraft:behavior.nearest_attackable_target组件。A collection of components.
minecraft:behavior.nearest_prioritized_attackable_targetnearest_prioritized_attackable_target
minecraft:behavior.nearest_prioritized_attackable_target组件。A collection of components.
minecraft:behavior.ocelot_sit_on_blockocelot_sit_on_block
minecraft:behavior.ocelot_sit_on_block组件。A collection of components.
minecraft:behavior.ocelotattackocelotattack
minecraft:behavior.ocelotattack组件。A collection of components.
minecraft:behavior.offer_floweroffer_flower
minecraft:behavior.offer_flower组件。A collection of components.
minecraft:behavior.open_dooropen_door
minecraft:behavior.open_door组件。A collection of components.
minecraft:behavior.owner_hurt_by_targetowner_hurt_by_target
minecraft:behavior.owner_hurt_by_target组件。A collection of components.
minecraft:behavior.owner_hurt_targetowner_hurt_target
minecraft:behavior.owner_hurt_target组件。A collection of components.
minecraft:behavior.panicpanic
minecraft:behavior.panic组件。A collection of components.
minecraft:behavior.peekpeek
minecraft:behavior.peek组件。A collection of components.
minecraft:behavior.pet_sleep_with_ownerpet_sleep_with_owner
minecraft:behavior.pet_sleep_with_owner组件。A collection of components.
minecraft:behavior.pickup_itemspickup_items
minecraft:behavior.pickup_items组件。A collection of components.
minecraft:behavior.play_deadplay_dead
minecraft:behavior.play_dead组件。A collection of components.
minecraft:behavior.playplay
minecraft:behavior.play组件。A collection of components.
minecraft:behavior.player_ride_tamedplayer_ride_tamed
minecraft:behavior.player_ride_tamed组件。A collection of components.
minecraft:behavior.raid_gardenraid_garden
minecraft:behavior.raid_garden组件。A collection of components.
minecraft:behavior.ram_attackram_attack
minecraft:behavior.ram_attack组件。A collection of components.
minecraft:behavior.random_breachrandom_breach
minecraft:behavior.random_breach组件。A collection of components.
minecraft:behavior.random_flyrandom_fly
minecraft:behavior.random_fly组件。A collection of components.
minecraft:behavior.random_hoverrandom_hover
minecraft:behavior.random_hover组件。A collection of components.
minecraft:behavior.random_look_around_and_sitrandom_look_around_and_sit
minecraft:behavior.random_look_around_and_sit组件。A collection of components.
minecraft:behavior.random_look_aroundrandom_look_around
minecraft:behavior.random_look_around组件。A collection of components.
minecraft:behavior.random_search_and_digrandom_search_and_dig
minecraft:behavior.random_search_and_dig组件。A collection of components.
minecraft:behavior.random_sittingrandom_sitting
minecraft:behavior.random_sitting组件。A collection of components.
minecraft:behavior.random_strollrandom_stroll
minecraft:behavior.random_stroll组件。A collection of components.
minecraft:behavior.random_swimrandom_swim
minecraft:behavior.random_swim组件。A collection of components.
minecraft:behavior.ranged_attackranged_attack
minecraft:behavior.ranged_attack组件。A collection of components.
minecraft:behavior.receive_lovereceive_love
minecraft:behavior.receive_love组件。A collection of components.
minecraft:behavior.restrict_open_doorrestrict_open_door
minecraft:behavior.restrict_open_door组件。A collection of components.
minecraft:behavior.restrict_sunrestrict_sun
minecraft:behavior.restrict_sun组件。A collection of components.
minecraft:behavior.rise_to_liquid_levelrise_to_liquid_level
minecraft:behavior.rise_to_liquid_level组件。A collection of components.
minecraft:behavior.roarroar
minecraft:behavior.roar组件。A collection of components.
minecraft:behavior.rollroll
minecraft:behavior.roll组件。A collection of components.
minecraft:behavior.run_around_like_crazyrun_around_like_crazy
minecraft:behavior.run_around_like_crazy组件。A collection of components.
minecraft:behavior.scaredscared
minecraft:behavior.scared组件。A collection of components.
minecraft:behavior.send_eventsend_event
minecraft:behavior.send_event组件。A collection of components.
minecraft:behavior.share_itemsshare_items
minecraft:behavior.share_items组件。A collection of components.
minecraft:behavior.silverfish_merge_with_stonesilverfish_merge_with_stone
minecraft:behavior.silverfish_merge_with_stone组件。A collection of components.
minecraft:behavior.silverfish_wake_up_friendssilverfish_wake_up_friends
minecraft:behavior.silverfish_wake_up_friends组件。A collection of components.
minecraft:behavior.skeleton_horse_trapskeleton_horse_trap
minecraft:behavior.skeleton_horse_trap组件。A collection of components.
minecraft:behavior.sleepsleep
minecraft:behavior.sleep组件。A collection of components.
minecraft:behavior.slime_attackslime_attack
minecraft:behavior.slime_attack组件。A collection of components.
minecraft:behavior.slime_floatslime_float
minecraft:behavior.slime_float组件。A collection of components.
minecraft:behavior.slime_keep_on_jumpingslime_keep_on_jumping
minecraft:behavior.slime_keep_on_jumping组件。A collection of components.
minecraft:behavior.slime_random_directionslime_random_direction
minecraft:behavior.slime_random_direction组件。A collection of components.
minecraft:behavior.snackingsnacking
minecraft:behavior.snacking组件。A collection of components.
minecraft:behavior.sneezesneeze
minecraft:behavior.sneeze组件。A collection of components.
minecraft:behavior.sniffsniff
minecraft:behavior.sniff组件。A collection of components.
minecraft:behavior.sonic_boomsonic_boom
minecraft:behavior.sonic_boom组件。A collection of components.
minecraft:behavior.squid_divesquid_dive
minecraft:behavior.squid_dive组件。A collection of components.
minecraft:behavior.squid_fleesquid_flee
minecraft:behavior.squid_flee组件。A collection of components.
minecraft:behavior.squid_idlesquid_idle
minecraft:behavior.squid_idle组件。A collection of components.
minecraft:behavior.squid_move_away_from_groundsquid_move_away_from_ground
minecraft:behavior.squid_move_away_from_ground组件。A collection of components.
minecraft:behavior.squid_out_of_watersquid_out_of_water
minecraft:behavior.squid_out_of_water组件。A collection of components.
minecraft:behavior.stalk_and_pounce_on_targetstalk_and_pounce_on_target
minecraft:behavior.stalk_and_pounce_on_target组件。A collection of components.
minecraft:behavior.stay_near_noteblockstay_near_noteblock
minecraft:behavior.stay_near_noteblock组件。A collection of components.
minecraft:behavior.stay_while_sittingstay_while_sitting
minecraft:behavior.stay_while_sitting组件。A collection of components.
minecraft:behavior.stomp_attackstomp_attack
minecraft:behavior.stomp_attack组件。A collection of components.
minecraft:behavior.stomp_turtle_eggstomp_turtle_egg
minecraft:behavior.stomp_turtle_egg组件。A collection of components.
minecraft:behavior.stroll_towards_villagestroll_towards_village
minecraft:behavior.stroll_towards_village组件。A collection of components.
minecraft:behavior.summon_entitysummon_entity
minecraft:behavior.summon_entity组件。A collection of components.
minecraft:behavior.swellswell
minecraft:behavior.swell组件。A collection of components.
minecraft:behavior.swim_idleswim_idle
minecraft:behavior.swim_idle组件。A collection of components.
minecraft:behavior.swim_wanderswim_wander
minecraft:behavior.swim_wander组件。A collection of components.
minecraft:behavior.swim_with_entityswim_with_entity
minecraft:behavior.swim_with_entity组件。A collection of components.
minecraft:behavior.swoop_attackswoop_attack
minecraft:behavior.swoop_attack组件。A collection of components.
minecraft:behavior.take_flowertake_flower
minecraft:behavior.take_flower组件。A collection of components.
minecraft:behavior.target_when_pushedtarget_when_pushed
minecraft:behavior.target_when_pushed组件。A collection of components.
minecraft:behavior.tempttempt
minecraft:behavior.tempt组件。A collection of components.
minecraft:behavior.timer_flag_1timer_flag
minecraft:behavior.timer_flag_1组件。A collection of components.
minecraft:behavior.timer_flag_2timer_flag
minecraft:behavior.timer_flag_2组件。A collection of components.
minecraft:behavior.timer_flag_3timer_flag
minecraft:behavior.timer_flag_3组件。A collection of components.
minecraft:behavior.trade_interesttrade_interest
minecraft:behavior.trade_interest组件。A collection of components.
minecraft:behavior.trade_with_playertrade_with_player
minecraft:behavior.trade_with_player组件。A collection of components.
minecraft:behavior.vex_copy_owner_targetvex_copy_owner_target
minecraft:behavior.vex_copy_owner_target组件。A collection of components.
minecraft:behavior.vex_random_movevex_random_move
minecraft:behavior.vex_random_move组件。A collection of components.
minecraft:behavior.wither_random_attack_pos_goalwither_random_attack_pos_goal
minecraft:behavior.wither_random_attack_pos_goal组件。A collection of components.
minecraft:behavior.wither_target_highest_damagewither_target_highest_damage
minecraft:behavior.wither_target_highest_damage组件。A collection of components.
minecraft:behavior.workwork
minecraft:behavior.work组件。A collection of components.
minecraft:behavior.work_composterwork_composter
minecraft:behavior.work_composter组件。A collection of components.
componentscomponents
The components that are added as the foundation of the entity.
eventsevents
The events that the entity can run, these add or remove components_groups.
events:
{
  object "minecraft:entity_transformed" : opt
  {
    filters "filters"
    trigger "trigger"
    object "add" : opt
    {
      array "component_groups" : opt
      {
        string "<any array element>" : opt
      }
    }
    object "remove" : opt
    {
    }
    array "randomize" : opt
    {
      object "<any array element>" : opt
      {
        filters "filters"
        trigger "trigger"
        object "add" : opt
        {
        }
        object "remove" : opt
        {
        }
        array "randomize" : opt
        {
          object "<any array element>" : opt
          {
          }
        }
        array "sequence" : opt
        {
          object "<any array element>" : opt
          {
          }
        }
        object "emit_vibration" : opt
        {
          string "vibration" : opt
        }
        object "set_property" : opt
        {
          ['string', 'number', 'integer', 'boolean'] "<any object property>" : opt
        }
        object "queue_command" : opt
        {
          string "command" : opt
          array "command" : opt
          {
            string "<any array element>" : opt
          }
        }
        number "weight" : opt
      }
    }
    array "sequence" : opt
    {
      object "<any array element>" : opt
      {
      }
    }
    object "emit_vibration" : opt
    {
      string "vibration" : opt
    }
    object "set_property" : opt
    {
      ['string', 'number', 'integer', 'boolean'] "<any object property>" : opt
    }
    object "queue_command" : opt
    {
      string "command" : opt
      array "command" : opt
      {
        string "<any array element>" : opt
      }
    }
  }
  object "minecraft:entity_born" : opt
  {
  }
  object "minecraft:entity_spawned" : opt
  {
  }
  object "minecraft:on_prime" : opt
  {
  }
  object "<any object property>" : opt
  {
  }
}
minecraft:entity_transformedobject
Event called on an entity that transforms into another entity.
minecraft:entity_transformed
filtersfilters
一个过滤器组
triggertrigger
Triggers additional events.
trigger:
string
trigger:
{
  string "event" : opt
  filters "filters"
  subject "target"
}
eventstring
The event to run when the conditions for this trigger are met.
filtersfilters
一个过滤器组。The list of conditions for this trigger to execute.
targetsubject
The target of the event.
subject:
string
trigger:
array
{
  object "<any array element>" : opt
  {
    string "event" : opt
    filters "filters"
    subject "target"
  }
}
<any array element>object
<any array element>
addobject
The components groups to add or remove.
add
component_groupsarray
The components groups to add or remove.
component_groups
<any array element>string
A reference to a component group.
removeobject
The components groups to add or remove.
remove
randomizearray
Randomly selects one of the following items based upon their weight and the total weights.
randomize
<any array element>object
Randomly selects one of the following items based upon their weight and the total weights.
<any array element>
filtersfilters
一个过滤器组
triggertrigger
Triggers additional events.
addobject
The components groups to add or remove.
add
removeobject
The components groups to add or remove.
remove
randomizearray
Randomly selects one of the following items based upon their weight and the total weights.
randomize
<any array element>object
Randomly selects one of the following items based upon their weight and the total weights.
<any array element>
sequencearray
A series of filters and components to be added.
sequence
<any array element>object
Filters and components to be added.
<any array element>
emit_vibrationobject
UNDOCUMENTED
emit_vibration
vibrationstring
set_propertyobject
Sets a property on the entity.
set_property
<any object property>['string', 'number', 'integer', 'boolean']
The value to set the property to.
queue_commandobject
Queues a command to be executed.
queue_command
commandstring
The command to execute.
commandarray
The command to execute.
command
<any array element>string
The command to execute.
weightnumber
The weight on how likely this section is to trigger.
sequencearray
A series of filters and components to be added.
sequence
<any array element>object
Filters and components to be added.
<any array element>
emit_vibrationobject
UNDOCUMENTED
emit_vibration
vibrationstring
set_propertyobject
Sets a property on the entity.
set_property
<any object property>['string', 'number', 'integer', 'boolean']
The value to set the property to.
queue_commandobject
Queues a command to be executed.
queue_command
commandstring
The command to execute.
commandarray
The command to execute.
command
<any array element>string
The command to execute.
minecraft:entity_bornobject
Event called on an entity that is spawned through two entities breeding.
minecraft:entity_born
minecraft:entity_spawnedobject
Event called on an entity that is placed in the level.
minecraft:entity_spawned
minecraft:on_primeobject
Event called on an entity whose fuse is lit and is ready to explode.
minecraft:on_prime
<any object property>object
<any object property>