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.
descriptionanimations: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.
range0..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.
range0..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
scriptsanimate: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_transformedfilters: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.
addcomponent_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.
removerandomize: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.
addremove:object- The components groups to add or remove.
removerandomize: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_vibrationvibration: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_commandcommand: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_blockevent:string- The event to execute
reset_target:object- Allows an entity to reset its target.
reset_targetemit_vibration:object- UNDOCUMENTED
emit_vibrationvibration: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_commandcommand: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_bornminecraft:entity_spawned:object- Event called on an entity that is placed in the level.
minecraft:entity_spawnedminecraft: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>