Entity Behavior¶
文档版本:1.21.50.25
The minecraft entity behavior specification.
架构¶
format_version
:format_version
minecraft:entity
:minecraft: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"
}
description
:object- The description of the this entity.
description
animations
:object- 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.
identifier
:identifier- Sets the identifier for this entity's description.
is_spawnable
:boolean- Sets whether or not this entity has a spawn egg in the creative ui.
is_summonable
:boolean- Sets whether or not we can summon this entity using commands such as /summon.
is_experimental
:boolean- Sets whether or not this entity is experimental. Experimental entities are only enabled when the experimental toggle is enabled.
properties
:object- Experimental
properties
<any object property>
:object
<any object property>
<any object property>
:object
<any object property>
type
default
:0- The default value of the property.
range
:array- The range of the property.
range
0..0
:integer- The minimum value of the property.
1..1
:integer- The minimum value of the property.
<any object property>
:object
<any object property>
type
default
:0- The default value of the property.
range
:array- The range of the property.
range
0..0
:number- The minimum value of the property.
1..1
:number- The minimum value of the property.
<any object property>
:object
<any object property>
type
default
:string
client_sync
:boolean- Sets whether or not the property is synced to the client.
values
:array- The values of the property.
values
<any array element>
:string
runtime_identifier
:string- Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.
scripts
:object- Sets the mapping of internal animation controller references to actual animation controller. This is a JSON Array of name/animation-controller pairs
scripts
animate
:array- 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_category
:string- At the moment, not fully implemented and does nothing. Recommended to leave it empty or set it to misc
component_groups
:object- 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"
dimension_bound "minecraft:dimension_bound"
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"
looked_at "minecraft:looked_at"
loot "minecraft:loot"
attribute "minecraft:luck"
managed_wandering_trader "minecraft:managed_wandering_trader"
mark_variant "minecraft:mark_variant"
mob_effect "minecraft:mob_effect"
mob_effect_immunity "minecraft:mob_effect_immunity"
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"
reflect_projectiles "minecraft:reflect_projectiles"
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"
transient "minecraft:transient"
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"
fire_at_target "minecraft:behavior.fire_at_target"
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_around_target "minecraft:behavior.jump_around_target"
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"
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_up_for_breath "minecraft:behavior.swim_up_for_breath"
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"
teleport_to_owner "minecraft:behavior.teleport_to_owner"
move_around_target "minecraft:behavior.move_around_target"
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
:attributeminecraft:absorption
组件。A collection of components.
minecraft:addrider
:addriderminecraft:addrider
组件。A collection of components.
minecraft:admire_item
:admire_itemminecraft:admire_item
组件。A collection of components.
minecraft:ageable
:ageableminecraft:ageable
组件。A collection of components.
minecraft:ambient_sound_interval
:ambient_sound_intervalminecraft:ambient_sound_interval
组件。A collection of components.
minecraft:anger_level
:anger_levelminecraft:anger_level
组件。A collection of components.
minecraft:angry
:angryminecraft:angry
组件。A collection of components.
minecraft:annotation.break_door
:break_doorminecraft:annotation.break_door
组件。A collection of components.
minecraft:annotation.open_door
:open_doorminecraft:annotation.open_door
组件。A collection of components.
minecraft:area_attack
:area_attackminecraft:area_attack
组件。A collection of components.
minecraft:attack_cooldown
:attack_cooldownminecraft:attack_cooldown
组件。A collection of components.
minecraft:attack_damage
:attributeminecraft:attack_damage
组件。A collection of components.
minecraft:attack
:attackminecraft:attack
组件。A collection of components.
minecraft:balloonable
:balloonableminecraft:balloonable
组件。A collection of components.
minecraft:barter
:barterminecraft:barter
组件。A collection of components.
minecraft:block_climber
:block_climberminecraft:block_climber
组件。A collection of components.
minecraft:block_sensor
:block_sensorminecraft:block_sensor
组件。A collection of components.
minecraft:body_rotation_blocked
:body_rotation_blockedminecraft:body_rotation_blocked
组件。A collection of components.
minecraft:boostable
:boostableminecraft:boostable
组件。A collection of components.
minecraft:boss
:bossminecraft:boss
组件。A collection of components.
minecraft:break_blocks
:break_blocksminecraft:break_blocks
组件。A collection of components.
minecraft:breathable
:breathableminecraft:breathable
组件。A collection of components.
minecraft:breedable
:breedableminecraft:breedable
组件。A collection of components.
minecraft:bribeable
:bribeableminecraft:bribeable
组件。A collection of components.
minecraft:buoyant
:buoyantminecraft:buoyant
组件。A collection of components.
minecraft:burns_in_daylight
:burns_in_daylightminecraft:burns_in_daylight
组件。A collection of components.
minecraft:can_climb
:can_climbminecraft:can_climb
组件。A collection of components.
minecraft:can_fly
:can_flyminecraft:can_fly
组件。A collection of components.
minecraft:can_join_raid
:can_join_raidminecraft:can_join_raid
组件。A collection of components.
minecraft:can_power_jump
:can_power_jumpminecraft:can_power_jump
组件。A collection of components.
minecraft:celebrate_hunt
:celebrate_huntminecraft:celebrate_hunt
组件。A collection of components.
minecraft:collision_box
:collision_boxminecraft:collision_box
组件。A collection of components.
minecraft:color
:colorminecraft:color
组件。A collection of components.
minecraft:color2
:color2minecraft:color2
组件。A collection of components.
minecraft:combat_regeneration
:combat_regenerationminecraft:combat_regeneration
组件。A collection of components.
minecraft:conditional_bandwidth_optimization
:conditional_bandwidth_optimizationminecraft:conditional_bandwidth_optimization
组件。A collection of components.
minecraft:custom_hit_test
:custom_hit_testminecraft:custom_hit_test
组件。A collection of components.
minecraft:damage_over_time
:damage_over_timeminecraft:damage_over_time
组件。A collection of components.
minecraft:damage_sensor
:damage_sensorminecraft:damage_sensor
组件。A collection of components.
minecraft:dash
:dashminecraft:dash
组件。A collection of components.
minecraft:default_look_angle
:default_look_angleminecraft:default_look_angle
组件。A collection of components.
minecraft:despawn
:despawnminecraft:despawn
组件。A collection of components.
minecraft:dimension_bound
:dimension_boundminecraft:dimension_bound
组件。A collection of components.
minecraft:drying_out_timer
:drying_out_timerminecraft:drying_out_timer
组件。A collection of components.
minecraft:dweller
:dwellerminecraft:dweller
组件。A collection of components.
minecraft:economy_trade_table
:economy_trade_tableminecraft:economy_trade_table
组件。A collection of components.
minecraft:entity_sensor
:entity_sensorminecraft:entity_sensor
组件。A collection of components.
minecraft:environment_sensor
:environment_sensorminecraft:environment_sensor
组件。A collection of components.
minecraft:equip_item
:equip_itemminecraft:equip_item
组件。A collection of components.
minecraft:equipment
:equipmentminecraft:equipment
组件。A collection of components.
minecraft:equippable
:equippableminecraft:equippable
组件。A collection of components.
minecraft:exhaustion_values
:exhaustion_valuesminecraft:exhaustion_values
组件。A collection of components.
minecraft:experience_reward
:experience_rewardminecraft:experience_reward
组件。A collection of components.
minecraft:explode
:explodeminecraft:explode
组件。A collection of components.
minecraft:fall_damage
:fall_damageminecraft:fall_damage
组件。A collection of components.
minecraft:fire_immune
:fire_immuneminecraft:fire_immune
组件。A collection of components.
minecraft:floats_in_liquid
:floats_in_liquidminecraft:floats_in_liquid
组件。A collection of components.
minecraft:flocking
:flockingminecraft:flocking
组件。A collection of components.
minecraft:flying_speed
:flying_speedminecraft:flying_speed
组件。A collection of components.
minecraft:follow_range
:attributeminecraft:follow_range
组件。A collection of components.
minecraft:friction_modifier
:friction_modifierminecraft:friction_modifier
组件。A collection of components.
minecraft:game_event_movement_tracking
:game_event_movement_trackingminecraft:game_event_movement_tracking
组件。A collection of components.
minecraft:genetics
:geneticsminecraft:genetics
组件。A collection of components.
minecraft:giveable
:giveableminecraft:giveable
组件。A collection of components.
minecraft:ground_offset
:ground_offsetminecraft:ground_offset
组件。A collection of components.
minecraft:group_size
:group_sizeminecraft:group_size
组件。A collection of components.
minecraft:grows_crop
:grows_cropminecraft:grows_crop
组件。A collection of components.
minecraft:healable
:healableminecraft:healable
组件。A collection of components.
minecraft:health
:attributeminecraft:health
组件。A collection of components.
minecraft:heartbeat
:heartbeatminecraft:heartbeat
组件。A collection of components.
minecraft:hide
:hideminecraft:hide
组件。A collection of components.
minecraft:home
:homeminecraft:home
组件。A collection of components.
minecraft:horse.jump_strength
:jump_strengthminecraft:horse.jump_strength
组件。A collection of components.
minecraft:hurt_on_condition
:hurt_on_conditionminecraft:hurt_on_condition
组件。A collection of components.
minecraft:hurt_when_wet
:hurt_when_wetminecraft:hurt_when_wet
组件。A collection of components.
minecraft:input_ground_controlled
:input_ground_controlledminecraft:input_ground_controlled
组件。A collection of components.
minecraft:inside_block_notifier
:inside_block_notifierminecraft:inside_block_notifier
组件。A collection of components.
minecraft:insomnia
:insomniaminecraft:insomnia
组件。A collection of components.
minecraft:instant_despawn
:instant_despawnminecraft:instant_despawn
组件。A collection of components.
minecraft:interact
:interactminecraft:interact
组件。A collection of components.
minecraft:inventory
:inventoryminecraft:inventory
组件。A collection of components.
minecraft:is_baby
:is_babyminecraft:is_baby
组件。A collection of components.
minecraft:is_charged
:is_chargedminecraft:is_charged
组件。A collection of components.
minecraft:is_chested
:is_chestedminecraft:is_chested
组件。A collection of components.
minecraft:is_dyeable
:is_dyeableminecraft:is_dyeable
组件。A collection of components.
minecraft:is_hidden_when_invisible
:is_hidden_when_invisibleminecraft:is_hidden_when_invisible
组件。A collection of components.
minecraft:is_ignited
:is_ignitedminecraft:is_ignited
组件。A collection of components.
minecraft:is_illager_captain
:is_illager_captainminecraft:is_illager_captain
组件。A collection of components.
minecraft:is_pregnant
:is_pregnantminecraft:is_pregnant
组件。A collection of components.
minecraft:is_saddled
:is_saddledminecraft:is_saddled
组件。A collection of components.
minecraft:is_shaking
:is_shakingminecraft:is_shaking
组件。A collection of components.
minecraft:is_sheared
:is_shearedminecraft:is_sheared
组件。A collection of components.
minecraft:is_stackable
:is_stackableminecraft:is_stackable
组件。A collection of components.
minecraft:is_stunned
:is_stunnedminecraft:is_stunned
组件。A collection of components.
minecraft:is_tamed
:is_tamedminecraft:is_tamed
组件。A collection of components.
minecraft:item_controllable
:item_controllableminecraft:item_controllable
组件。A collection of components.
minecraft:item_hopper
:item_hopperminecraft:item_hopper
组件。A collection of components.
minecraft:jump.dynamic
:dynamicminecraft:jump.dynamic
组件。A collection of components.
minecraft:jump.static
:staticminecraft:jump.static
组件。A collection of components.
minecraft:knockback_resistance
:attributeminecraft:knockback_resistance
组件。A collection of components.
minecraft:lava_movement
:attributeminecraft:lava_movement
组件。A collection of components.
minecraft:leashable
:leashableminecraft:leashable
组件。A collection of components.
minecraft:looked_at
:looked_atminecraft:looked_at
组件。A collection of components.
minecraft:loot
:lootminecraft:loot
组件。A collection of components.
minecraft:luck
:attributeminecraft:luck
组件。A collection of components.
minecraft:managed_wandering_trader
:managed_wandering_traderminecraft:managed_wandering_trader
组件。A collection of components.
minecraft:mark_variant
:mark_variantminecraft:mark_variant
组件。A collection of components.
minecraft:mob_effect
:mob_effectminecraft:mob_effect
组件。A collection of components.
minecraft:mob_effect_immunity
:mob_effect_immunityminecraft:mob_effect_immunity
组件。A collection of components.
minecraft:movement_sound_distance_offset
:movement_sound_distance_offsetminecraft:movement_sound_distance_offset
组件。A collection of components.
minecraft:movement.amphibious
:amphibiousminecraft:movement.amphibious
组件。A collection of components.
minecraft:movement.basic
:basicminecraft:movement.basic
组件。A collection of components.
minecraft:movement.fly
:flyminecraft:movement.fly
组件。A collection of components.
minecraft:movement.generic
:genericminecraft:movement.generic
组件。A collection of components.
minecraft:movement.glide
:glideminecraft:movement.glide
组件。A collection of components.
minecraft:movement.hover
:hoverminecraft:movement.hover
组件。A collection of components.
minecraft:movement.jump
:jumpminecraft:movement.jump
组件。A collection of components.
minecraft:movement.skip
:skipminecraft:movement.skip
组件。A collection of components.
minecraft:movement.sway
:swayminecraft:movement.sway
组件。A collection of components.
minecraft:movement
:attributeminecraft:movement
组件。A collection of components.
minecraft:nameable
:nameableminecraft:nameable
组件。A collection of components.
minecraft:navigation.climb
:climbminecraft:navigation.climb
组件。A collection of components.
minecraft:navigation.float
:floatminecraft:navigation.float
组件。A collection of components.
minecraft:navigation.fly
:flyminecraft:navigation.fly
组件。A collection of components.
minecraft:navigation.generic
:genericminecraft:navigation.generic
组件。A collection of components.
minecraft:navigation.hover
:hoverminecraft:navigation.hover
组件。A collection of components.
minecraft:navigation.swim
:swimminecraft:navigation.swim
组件。A collection of components.
minecraft:navigation.walk
:walkminecraft:navigation.walk
组件。A collection of components.
minecraft:npc
:npcminecraft:npc
组件。A collection of components.
minecraft:on_death
:on_deathminecraft:on_death
组件。A collection of components.
minecraft:on_friendly_anger
:on_friendly_angerminecraft:on_friendly_anger
组件。A collection of components.
minecraft:on_hurt_by_player
:on_hurt_by_playerminecraft:on_hurt_by_player
组件。A collection of components.
minecraft:on_hurt
:on_hurtminecraft:on_hurt
组件。A collection of components.
minecraft:on_ignite
:on_igniteminecraft:on_ignite
组件。A collection of components.
minecraft:on_start_landing
:on_start_landingminecraft:on_start_landing
组件。A collection of components.
minecraft:on_start_takeoff
:on_start_takeoffminecraft:on_start_takeoff
组件。A collection of components.
minecraft:on_target_acquired
:on_target_acquiredminecraft:on_target_acquired
组件。A collection of components.
minecraft:on_target_escape
:on_target_escapeminecraft:on_target_escape
组件。A collection of components.
minecraft:on_wake_with_owner
:on_wake_with_ownerminecraft:on_wake_with_owner
组件。A collection of components.
minecraft:out_of_control
:out_of_controlminecraft:out_of_control
组件。A collection of components.
minecraft:peek
:peekminecraft:peek
组件。A collection of components.
minecraft:persistent
:persistentminecraft:persistent
组件。A collection of components.
minecraft:physics
:physicsminecraft:physics
组件。A collection of components.
minecraft:player.exhaustion
:exhaustionminecraft:player.exhaustion
组件。A collection of components.
minecraft:player.experience
:experienceminecraft:player.experience
组件。A collection of components.
minecraft:player.level
:levelminecraft:player.level
组件。A collection of components.
minecraft:player.saturation
:saturationminecraft:player.saturation
组件。A collection of components.
minecraft:preferred_path
:preferred_pathminecraft:preferred_path
组件。A collection of components.
minecraft:projectile
:projectileminecraft:projectile
组件。A collection of components.
minecraft:push_through
:push_throughminecraft:push_through
组件。A collection of components.
minecraft:pushable
:pushableminecraft:pushable
组件。A collection of components.
minecraft:raid_trigger
:raid_triggerminecraft:raid_trigger
组件。A collection of components.
minecraft:rail_movement
:rail_movementminecraft:rail_movement
组件。A collection of components.
minecraft:rail_sensor
:rail_sensorminecraft:rail_sensor
组件。A collection of components.
minecraft:ravager_blocked
:ravager_blockedminecraft:ravager_blocked
组件。A collection of components.
minecraft:rideable
:rideableminecraft:rideable
组件。A collection of components.
minecraft:reflect_projectiles
:reflect_projectilesminecraft:reflect_projectiles
组件。A collection of components.
minecraft:scale_by_age
:scale_by_ageminecraft:scale_by_age
组件。A collection of components.
minecraft:scale
:scaleminecraft:scale
组件。A collection of components.
minecraft:scheduler
:schedulerminecraft:scheduler
组件。A collection of components.
minecraft:shareables
:shareablesminecraft:shareables
组件。A collection of components.
minecraft:shooter
:shooterminecraft:shooter
组件。A collection of components.
minecraft:sittable
:sittableminecraft:sittable
组件。A collection of components.
minecraft:skin_id
:skin_idminecraft:skin_id
组件。A collection of components.
minecraft:sound_volume
:sound_volumeminecraft:sound_volume
组件。A collection of components.
minecraft:spawn_entity
:spawn_entityminecraft:spawn_entity
组件。A collection of components.
minecraft:spell_effects
:spell_effectsminecraft:spell_effects
组件。A collection of components.
minecraft:strength
:strengthminecraft:strength
组件。A collection of components.
minecraft:suspect_tracking
:suspect_trackingminecraft:suspect_tracking
组件。A collection of components.
minecraft:tameable
:tameableminecraft:tameable
组件。A collection of components.
minecraft:tamemount
:tamemountminecraft:tamemount
组件。A collection of components.
minecraft:target_nearby_sensor
:target_nearby_sensorminecraft:target_nearby_sensor
组件。A collection of components.
minecraft:teleport
:teleportminecraft:teleport
组件。A collection of components.
minecraft:tick_world
:tick_worldminecraft:tick_world
组件。A collection of components.
minecraft:timer
:timerminecraft:timer
组件。A collection of components.
minecraft:trade_resupply
:trade_resupplyminecraft:trade_resupply
组件。A collection of components.
minecraft:trade_table
:trade_tableminecraft:trade_table
组件。A collection of components.
minecraft:trail
:trailminecraft:trail
组件。A collection of components.
minecraft:transformation
:transformationminecraft:transformation
组件。A collection of components.
minecraft:transient
:transientminecraft:transient
组件。A collection of components.
minecraft:trust
:trustminecraft:trust
组件。A collection of components.
minecraft:trusting
:trustingminecraft:trusting
组件。A collection of components.
minecraft:type_family
:type_familyminecraft:type_family
组件。A collection of components.
minecraft:underwater_movement
:attributeminecraft:underwater_movement
组件。A collection of components.
minecraft:variable_max_auto_step
:variable_max_auto_stepminecraft:variable_max_auto_step
组件。A collection of components.
minecraft:variant
:variantminecraft:variant
组件。A collection of components.
minecraft:vibration_damper
:vibration_damperminecraft:vibration_damper
组件。A collection of components.
minecraft:vibration_listener
:vibration_listenerminecraft:vibration_listener
组件。A collection of components.
minecraft:walk_animation_speed
:walk_animation_speedminecraft:walk_animation_speed
组件。A collection of components.
minecraft:wants_jockey
:wants_jockeyminecraft:wants_jockey
组件。A collection of components.
minecraft:water_movement
:water_movementminecraft:water_movement
组件。A collection of components.
minecraft:behavior.admire_item
:admire_itemminecraft:behavior.admire_item
组件。A collection of components.
minecraft:behavior.avoid_block
:avoid_blockminecraft:behavior.avoid_block
组件。A collection of components.
minecraft:behavior.avoid_mob_type
:avoid_mob_typeminecraft:behavior.avoid_mob_type
组件。A collection of components.
minecraft:behavior.barter
:barterminecraft:behavior.barter
组件。A collection of components.
minecraft:behavior.beg
:begminecraft:behavior.beg
组件。A collection of components.
minecraft:behavior.break_door
:break_doorminecraft:behavior.break_door
组件。A collection of components.
minecraft:behavior.breed
:breedminecraft:behavior.breed
组件。A collection of components.
minecraft:behavior.celebrate_survive
:celebrate_surviveminecraft:behavior.celebrate_survive
组件。A collection of components.
minecraft:behavior.celebrate
:celebrateminecraft:behavior.celebrate
组件。A collection of components.
minecraft:behavior.charge_attack
:charge_attackminecraft:behavior.charge_attack
组件。A collection of components.
minecraft:behavior.charge_held_item
:charge_held_itemminecraft:behavior.charge_held_item
组件。A collection of components.
minecraft:behavior.circle_around_anchor
:circle_around_anchorminecraft:behavior.circle_around_anchor
组件。A collection of components.
minecraft:behavior.controlled_by_player
:controlled_by_playerminecraft:behavior.controlled_by_player
组件。A collection of components.
minecraft:behavior.croak
:croakminecraft:behavior.croak
组件。A collection of components.
minecraft:behavior.defend_trusted_target
:defend_trusted_targetminecraft:behavior.defend_trusted_target
组件。A collection of components.
minecraft:behavior.defend_village_target
:defend_village_targetminecraft:behavior.defend_village_target
组件。A collection of components.
minecraft:behavior.delayed_attack
:delayed_attackminecraft:behavior.delayed_attack
组件。A collection of components.
minecraft:behavior.dig
:digminecraft:behavior.dig
组件。A collection of components.
minecraft:behavior.door_interact
:door_interactminecraft:behavior.door_interact
组件。A collection of components.
minecraft:behavior.dragonchargeplayer
:dragonchargeplayerminecraft:behavior.dragonchargeplayer
组件。A collection of components.
minecraft:behavior.dragondeath
:dragondeathminecraft:behavior.dragondeath
组件。A collection of components.
minecraft:behavior.dragonflaming
:dragonflamingminecraft:behavior.dragonflaming
组件。A collection of components.
minecraft:behavior.dragonholdingpattern
:dragonholdingpatternminecraft:behavior.dragonholdingpattern
组件。A collection of components.
minecraft:behavior.dragonlanding
:dragonlandingminecraft:behavior.dragonlanding
组件。A collection of components.
minecraft:behavior.dragonscanning
:dragonscanningminecraft:behavior.dragonscanning
组件。A collection of components.
minecraft:behavior.dragonstrafeplayer
:dragonstrafeplayerminecraft:behavior.dragonstrafeplayer
组件。A collection of components.
minecraft:behavior.dragontakeoff
:dragontakeoffminecraft:behavior.dragontakeoff
组件。A collection of components.
minecraft:behavior.drink_milk
:drink_milkminecraft:behavior.drink_milk
组件。A collection of components.
minecraft:behavior.drink_potion
:drink_potionminecraft:behavior.drink_potion
组件。A collection of components.
minecraft:behavior.drop_item_for
:drop_item_forminecraft:behavior.drop_item_for
组件。A collection of components.
minecraft:behavior.eat_block
:eat_blockminecraft:behavior.eat_block
组件。A collection of components.
minecraft:behavior.eat_carried_item
:eat_carried_itemminecraft:behavior.eat_carried_item
组件。A collection of components.
minecraft:behavior.eat_mob
:eat_mobminecraft:behavior.eat_mob
组件。A collection of components.
minecraft:behavior.emerge
:emergeminecraft:behavior.emerge
组件。A collection of components.
minecraft:behavior.enderman_leave_block
:enderman_leave_blockminecraft:behavior.enderman_leave_block
组件。A collection of components.
minecraft:behavior.enderman_take_block
:enderman_take_blockminecraft:behavior.enderman_take_block
组件。A collection of components.
minecraft:behavior.equip_item
:equip_itemminecraft:behavior.equip_item
组件。A collection of components.
minecraft:behavior.explore_outskirts
:explore_outskirtsminecraft:behavior.explore_outskirts
组件。A collection of components.
minecraft:behavior.fertilize_farm_block
:fertilize_farm_blockminecraft:behavior.fertilize_farm_block
组件。A collection of components.
minecraft:behavior.find_cover
:find_coverminecraft:behavior.find_cover
组件。A collection of components.
minecraft:behavior.find_mount
:find_mountminecraft:behavior.find_mount
组件。A collection of components.
minecraft:behavior.find_underwater_treasure
:find_underwater_treasureminecraft:behavior.find_underwater_treasure
组件。A collection of components.
minecraft:behavior.fire_at_target
:fire_at_targetminecraft:behavior.fire_at_target
组件。A collection of components.
minecraft:behavior.flee_sun
:flee_sunminecraft:behavior.flee_sun
组件。A collection of components.
minecraft:behavior.float_wander
:float_wanderminecraft:behavior.float_wander
组件。A collection of components.
minecraft:behavior.float
:floatminecraft:behavior.float
组件。A collection of components.
minecraft:behavior.follow_caravan
:follow_caravanminecraft:behavior.follow_caravan
组件。A collection of components.
minecraft:behavior.follow_mob
:follow_mobminecraft:behavior.follow_mob
组件。A collection of components.
minecraft:behavior.follow_owner
:follow_ownerminecraft:behavior.follow_owner
组件。A collection of components.
minecraft:behavior.follow_parent
:follow_parentminecraft:behavior.follow_parent
组件。A collection of components.
minecraft:behavior.follow_target_captain
:follow_target_captainminecraft:behavior.follow_target_captain
组件。A collection of components.
minecraft:behavior.go_and_give_items_to_noteblock
:go_and_give_items_to_noteblockminecraft:behavior.go_and_give_items_to_noteblock
组件。A collection of components.
minecraft:behavior.go_and_give_items_to_owner
:go_and_give_items_to_ownerminecraft:behavior.go_and_give_items_to_owner
组件。A collection of components.
minecraft:behavior.go_home
:go_homeminecraft:behavior.go_home
组件。A collection of components.
minecraft:behavior.guardian_attack
:guardian_attackminecraft:behavior.guardian_attack
组件。A collection of components.
minecraft:behavior.harvest_farm_block
:harvest_farm_blockminecraft:behavior.harvest_farm_block
组件。A collection of components.
minecraft:behavior.hide
:hideminecraft:behavior.hide
组件。A collection of components.
minecraft:behavior.hold_ground
:hold_groundminecraft:behavior.hold_ground
组件。A collection of components.
minecraft:behavior.hurt_by_target
:hurt_by_targetminecraft:behavior.hurt_by_target
组件。A collection of components.
minecraft:behavior.inspect_bookshelf
:inspect_bookshelfminecraft:behavior.inspect_bookshelf
组件。A collection of components.
minecraft:behavior.investigate_suspicious_location
:investigate_suspicious_locationminecraft:behavior.investigate_suspicious_location
组件。A collection of components.
minecraft:behavior.jump_around_target
:jump_around_targetminecraft:behavior.jump_around_target
组件。A collection of components.
minecraft:behavior.jump_to_block
:jump_to_blockminecraft:behavior.jump_to_block
组件。A collection of components.
minecraft:behavior.knockback_roar
:knockback_roarminecraft:behavior.knockback_roar
组件。A collection of components.
minecraft:behavior.lay_down
:lay_downminecraft:behavior.lay_down
组件。A collection of components.
minecraft:behavior.lay_egg
:lay_eggminecraft:behavior.lay_egg
组件。A collection of components.
minecraft:behavior.leap_at_target
:leap_at_targetminecraft:behavior.leap_at_target
组件。A collection of components.
minecraft:behavior.look_at_entity
:look_at_entityminecraft:behavior.look_at_entity
组件。A collection of components.
minecraft:behavior.look_at_player
:look_at_playerminecraft:behavior.look_at_player
组件。A collection of components.
minecraft:behavior.look_at_target
:look_at_targetminecraft:behavior.look_at_target
组件。A collection of components.
minecraft:behavior.look_at_trading_player
:look_at_trading_playerminecraft:behavior.look_at_trading_player
组件。A collection of components.
minecraft:behavior.make_love
:make_loveminecraft:behavior.make_love
组件。A collection of components.
minecraft:behavior.melee_attack
:melee_attackminecraft:behavior.melee_attack
组件。A collection of components.
minecraft:behavior.melee_box_attack
:melee_box_attackminecraft:behavior.melee_box_attack
组件。A collection of components.
minecraft:behavior.mingle
:mingleminecraft:behavior.mingle
组件。A collection of components.
minecraft:behavior.mount_pathing
:mount_pathingminecraft:behavior.mount_pathing
组件。A collection of components.
minecraft:behavior.move_indoors
:move_indoorsminecraft:behavior.move_indoors
组件。A collection of components.
minecraft:behavior.move_outdoors
:move_outdoorsminecraft:behavior.move_outdoors
组件。A collection of components.
minecraft:behavior.move_through_village
:move_through_villageminecraft:behavior.move_through_village
组件。A collection of components.
minecraft:behavior.move_to_block
:move_to_blockminecraft:behavior.move_to_block
组件。A collection of components.
minecraft:behavior.move_to_land
:move_to_landminecraft:behavior.move_to_land
组件。A collection of components.
minecraft:behavior.move_to_lava
:move_to_lavaminecraft:behavior.move_to_lava
组件。A collection of components.
minecraft:behavior.move_to_liquid
:move_to_liquidminecraft:behavior.move_to_liquid
组件。A collection of components.
minecraft:behavior.move_to_poi
:move_to_poiminecraft:behavior.move_to_poi
组件。A collection of components.
minecraft:behavior.move_to_random_block
:move_to_random_blockminecraft:behavior.move_to_random_block
组件。A collection of components.
minecraft:behavior.move_to_village
:move_to_villageminecraft:behavior.move_to_village
组件。A collection of components.
minecraft:behavior.move_to_water
:move_to_waterminecraft:behavior.move_to_water
组件。A collection of components.
minecraft:behavior.move_towards_dwelling_restriction
:move_towards_dwelling_restrictionminecraft:behavior.move_towards_dwelling_restriction
组件。A collection of components.
minecraft:behavior.move_towards_home_restriction
:move_towards_home_restrictionminecraft:behavior.move_towards_home_restriction
组件。A collection of components.
minecraft:behavior.move_towards_restriction
:move_towards_restrictionminecraft:behavior.move_towards_restriction
组件。A collection of components.
minecraft:behavior.move_towards_target
:move_towards_targetminecraft:behavior.move_towards_target
组件。A collection of components.
minecraft:behavior.nap
:napminecraft:behavior.nap
组件。A collection of components.
minecraft:behavior.nearest_attackable_target
:nearest_attackable_targetminecraft:behavior.nearest_attackable_target
组件。A collection of components.
minecraft:behavior.nearest_prioritized_attackable_target
:nearest_prioritized_attackable_targetminecraft:behavior.nearest_prioritized_attackable_target
组件。A collection of components.
minecraft:behavior.ocelot_sit_on_block
:ocelot_sit_on_blockminecraft:behavior.ocelot_sit_on_block
组件。A collection of components.
minecraft:behavior.ocelotattack
:ocelotattackminecraft:behavior.ocelotattack
组件。A collection of components.
minecraft:behavior.offer_flower
:offer_flowerminecraft:behavior.offer_flower
组件。A collection of components.
minecraft:behavior.open_door
:open_doorminecraft:behavior.open_door
组件。A collection of components.
minecraft:behavior.owner_hurt_by_target
:owner_hurt_by_targetminecraft:behavior.owner_hurt_by_target
组件。A collection of components.
minecraft:behavior.owner_hurt_target
:owner_hurt_targetminecraft:behavior.owner_hurt_target
组件。A collection of components.
minecraft:behavior.panic
:panicminecraft:behavior.panic
组件。A collection of components.
minecraft:behavior.pet_sleep_with_owner
:pet_sleep_with_ownerminecraft:behavior.pet_sleep_with_owner
组件。A collection of components.
minecraft:behavior.pickup_items
:pickup_itemsminecraft:behavior.pickup_items
组件。A collection of components.
minecraft:behavior.play_dead
:play_deadminecraft:behavior.play_dead
组件。A collection of components.
minecraft:behavior.play
:playminecraft:behavior.play
组件。A collection of components.
minecraft:behavior.player_ride_tamed
:player_ride_tamedminecraft:behavior.player_ride_tamed
组件。A collection of components.
minecraft:behavior.raid_garden
:raid_gardenminecraft:behavior.raid_garden
组件。A collection of components.
minecraft:behavior.ram_attack
:ram_attackminecraft:behavior.ram_attack
组件。A collection of components.
minecraft:behavior.random_breach
:random_breachminecraft:behavior.random_breach
组件。A collection of components.
minecraft:behavior.random_fly
:random_flyminecraft:behavior.random_fly
组件。A collection of components.
minecraft:behavior.random_hover
:random_hoverminecraft:behavior.random_hover
组件。A collection of components.
minecraft:behavior.random_look_around_and_sit
:random_look_around_and_sitminecraft:behavior.random_look_around_and_sit
组件。A collection of components.
minecraft:behavior.random_look_around
:random_look_aroundminecraft:behavior.random_look_around
组件。A collection of components.
minecraft:behavior.random_search_and_dig
:random_search_and_digminecraft:behavior.random_search_and_dig
组件。A collection of components.
minecraft:behavior.random_sitting
:random_sittingminecraft:behavior.random_sitting
组件。A collection of components.
minecraft:behavior.random_stroll
:random_strollminecraft:behavior.random_stroll
组件。A collection of components.
minecraft:behavior.random_swim
:random_swimminecraft:behavior.random_swim
组件。A collection of components.
minecraft:behavior.ranged_attack
:ranged_attackminecraft:behavior.ranged_attack
组件。A collection of components.
minecraft:behavior.receive_love
:receive_loveminecraft:behavior.receive_love
组件。A collection of components.
minecraft:behavior.restrict_open_door
:restrict_open_doorminecraft:behavior.restrict_open_door
组件。A collection of components.
minecraft:behavior.restrict_sun
:restrict_sunminecraft:behavior.restrict_sun
组件。A collection of components.
minecraft:behavior.rise_to_liquid_level
:rise_to_liquid_levelminecraft:behavior.rise_to_liquid_level
组件。A collection of components.
minecraft:behavior.roar
:roarminecraft:behavior.roar
组件。A collection of components.
minecraft:behavior.roll
:rollminecraft:behavior.roll
组件。A collection of components.
minecraft:behavior.run_around_like_crazy
:run_around_like_crazyminecraft:behavior.run_around_like_crazy
组件。A collection of components.
minecraft:behavior.scared
:scaredminecraft:behavior.scared
组件。A collection of components.
minecraft:behavior.send_event
:send_eventminecraft:behavior.send_event
组件。A collection of components.
minecraft:behavior.share_items
:share_itemsminecraft:behavior.share_items
组件。A collection of components.
minecraft:behavior.silverfish_merge_with_stone
:silverfish_merge_with_stoneminecraft:behavior.silverfish_merge_with_stone
组件。A collection of components.
minecraft:behavior.silverfish_wake_up_friends
:silverfish_wake_up_friendsminecraft:behavior.silverfish_wake_up_friends
组件。A collection of components.
minecraft:behavior.skeleton_horse_trap
:skeleton_horse_trapminecraft:behavior.skeleton_horse_trap
组件。A collection of components.
minecraft:behavior.sleep
:sleepminecraft:behavior.sleep
组件。A collection of components.
minecraft:behavior.slime_attack
:slime_attackminecraft:behavior.slime_attack
组件。A collection of components.
minecraft:behavior.slime_float
:slime_floatminecraft:behavior.slime_float
组件。A collection of components.
minecraft:behavior.slime_keep_on_jumping
:slime_keep_on_jumpingminecraft:behavior.slime_keep_on_jumping
组件。A collection of components.
minecraft:behavior.slime_random_direction
:slime_random_directionminecraft:behavior.slime_random_direction
组件。A collection of components.
minecraft:behavior.snacking
:snackingminecraft:behavior.snacking
组件。A collection of components.
minecraft:behavior.sneeze
:sneezeminecraft:behavior.sneeze
组件。A collection of components.
minecraft:behavior.sniff
:sniffminecraft:behavior.sniff
组件。A collection of components.
minecraft:behavior.sonic_boom
:sonic_boomminecraft:behavior.sonic_boom
组件。A collection of components.
minecraft:behavior.squid_dive
:squid_diveminecraft:behavior.squid_dive
组件。A collection of components.
minecraft:behavior.squid_flee
:squid_fleeminecraft:behavior.squid_flee
组件。A collection of components.
minecraft:behavior.squid_idle
:squid_idleminecraft:behavior.squid_idle
组件。A collection of components.
minecraft:behavior.squid_move_away_from_ground
:squid_move_away_from_groundminecraft:behavior.squid_move_away_from_ground
组件。A collection of components.
minecraft:behavior.squid_out_of_water
:squid_out_of_waterminecraft:behavior.squid_out_of_water
组件。A collection of components.
minecraft:behavior.stalk_and_pounce_on_target
:stalk_and_pounce_on_targetminecraft:behavior.stalk_and_pounce_on_target
组件。A collection of components.
minecraft:behavior.stay_near_noteblock
:stay_near_noteblockminecraft:behavior.stay_near_noteblock
组件。A collection of components.
minecraft:behavior.stay_while_sitting
:stay_while_sittingminecraft:behavior.stay_while_sitting
组件。A collection of components.
minecraft:behavior.stomp_attack
:stomp_attackminecraft:behavior.stomp_attack
组件。A collection of components.
minecraft:behavior.stomp_turtle_egg
:stomp_turtle_eggminecraft:behavior.stomp_turtle_egg
组件。A collection of components.
minecraft:behavior.stroll_towards_village
:stroll_towards_villageminecraft:behavior.stroll_towards_village
组件。A collection of components.
minecraft:behavior.summon_entity
:summon_entityminecraft:behavior.summon_entity
组件。A collection of components.
minecraft:behavior.swell
:swellminecraft:behavior.swell
组件。A collection of components.
minecraft:behavior.swim_idle
:swim_idleminecraft:behavior.swim_idle
组件。A collection of components.
minecraft:behavior.swim_up_for_breath
:swim_up_for_breathminecraft:behavior.swim_up_for_breath
组件。A collection of components.
minecraft:behavior.swim_wander
:swim_wanderminecraft:behavior.swim_wander
组件。A collection of components.
minecraft:behavior.swim_with_entity
:swim_with_entityminecraft:behavior.swim_with_entity
组件。A collection of components.
minecraft:behavior.swoop_attack
:swoop_attackminecraft:behavior.swoop_attack
组件。A collection of components.
minecraft:behavior.take_flower
:take_flowerminecraft:behavior.take_flower
组件。A collection of components.
minecraft:behavior.teleport_to_owner
:teleport_to_ownerminecraft:behavior.teleport_to_owner
组件。A collection of components.
minecraft:behavior.move_around_target
:move_around_targetminecraft:behavior.move_around_target
组件。A collection of components.
minecraft:behavior.target_when_pushed
:target_when_pushedminecraft:behavior.target_when_pushed
组件。A collection of components.
minecraft:behavior.tempt
:temptminecraft:behavior.tempt
组件。A collection of components.
minecraft:behavior.timer_flag_1
:timer_flagminecraft:behavior.timer_flag_1
组件。A collection of components.
minecraft:behavior.timer_flag_2
:timer_flagminecraft:behavior.timer_flag_2
组件。A collection of components.
minecraft:behavior.timer_flag_3
:timer_flagminecraft:behavior.timer_flag_3
组件。A collection of components.
minecraft:behavior.trade_interest
:trade_interestminecraft:behavior.trade_interest
组件。A collection of components.
minecraft:behavior.trade_with_player
:trade_with_playerminecraft:behavior.trade_with_player
组件。A collection of components.
minecraft:behavior.vex_copy_owner_target
:vex_copy_owner_targetminecraft:behavior.vex_copy_owner_target
组件。A collection of components.
minecraft:behavior.vex_random_move
:vex_random_moveminecraft:behavior.vex_random_move
组件。A collection of components.
minecraft:behavior.wither_random_attack_pos_goal
:wither_random_attack_pos_goalminecraft:behavior.wither_random_attack_pos_goal
组件。A collection of components.
minecraft:behavior.wither_target_highest_damage
:wither_target_highest_damageminecraft:behavior.wither_target_highest_damage
组件。A collection of components.
minecraft:behavior.work
:workminecraft:behavior.work
组件。A collection of components.
minecraft:behavior.work_composter
:work_composterminecraft:behavior.work_composter
组件。A collection of components.
components
:components- The components that are added as the foundation of the entity.
events
:events- 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 "execute_event_on_home_block" : opt
{
string "event" : opt
}
object "reset_target" : 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_transformed
:object- Event called on an entity that transforms into another entity.
minecraft:entity_transformed
filters
:filters- 一个过滤器组。
trigger
:trigger- Triggers additional events.
event
:string- The event to run when the conditions for this trigger are met.
filters
:filters- 一个过滤器组。The list of conditions for this trigger to execute.
target
:subject- The target of the event.
trigger:
array
{
object "<any array element>" : opt
{
string "event" : opt
filters "filters"
subject "target"
}
}
<any array element>
:object
<any array element>
add
:object- The components groups to add or remove.
add
component_groups
:array- The components groups to add or remove.
component_groups
<any array element>
:string- A reference to a component group.
remove
:object- The components groups to add or remove.
remove
randomize
:array- 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>
filters
:filters- 一个过滤器组。
trigger
:trigger- Triggers additional events.
add
:object- The components groups to add or remove.
add
remove
:object- The components groups to add or remove.
remove
randomize
:array- 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>
sequence
:array- A series of filters and components to be added.
sequence
<any array element>
:object- Filters and components to be added.
<any array element>
emit_vibration
:object- UNDOCUMENTED
emit_vibration
vibration
:string
set_property
:object- Sets a property on the entity.
set_property
<any object property>
:['string', 'number', 'integer', 'boolean']- The value to set the property to.
queue_command
:object- Queues a command to be executed.
queue_command
command
:string- The command to execute.
command
:array- The command to execute.
command
<any array element>
:string- The command to execute.
weight
:number- The weight on how likely this section is to trigger.
sequence
:array- A series of filters and components to be added.
sequence
<any array element>
:object- Filters and components to be added.
<any array element>
execute_event_on_home_block
:object- Allows the entity to execute an event on the block at its home position
execute_event_on_home_block
event
:string- The event to execute
reset_target
:object- Allows an entity to reset its target.
reset_target
emit_vibration
:object- UNDOCUMENTED
emit_vibration
vibration
:string
set_property
:object- Sets a property on the entity.
set_property
<any object property>
:['string', 'number', 'integer', 'boolean']- The value to set the property to.
queue_command
:object- Queues a command to be executed.
queue_command
command
:string- The command to execute.
command
:array- The command to execute.
command
<any array element>
:string- The command to execute.
minecraft:entity_born
:object- Event called on an entity that is spawned through two entities breeding.
minecraft:entity_born
minecraft:entity_spawned
:object- Event called on an entity that is placed in the level.
minecraft:entity_spawned
minecraft:on_prime
:object- Event called on an entity whose fuse is lit and is ready to explode.
minecraft:on_prime
<any object property>
:object
<any object property>