When added, this component makes the entity spawn with a rider of the specified entityType.
Adds a timer for the entity to grow up. It can be accelerated by giving the entity the items it likes as defined by feedItems.
Defines what blocks this entity can breathe in and gives them the ability to suffocate.
When added, this component signifies that the entity can climb up ladders.
When added, this component signifies that the entity can fly, and the pathfinder won't be restricted to paths where a solid block is required underneath it.
When added, this component signifies that the entity can power jump like the horse does within Minecraft.
Defines the entity's color. Only works on certain entities that have predefined color values (e.g., sheep, llama, shulker).
Defines the entity's secondary color. Only works on certain entities that have predefined secondary color values (e.g., tropical fish).
Provides access to a mob's equipment slots. This component exists for all mob entities.
When added, this component signifies that this entity doesn't take damage from fire.
When added, this component signifies that this entity can float in liquid blocks.
Represents the flying speed of an entity.
Defines how much friction affects this entity.
Sets the offset from the ground that the entity is actually at.
Defines the interactions with this entity for healing it.
Defines the health properties of an entity.
Defines this entity's inventory properties.
When added, this component signifies that this entity is a baby.
When added, this component signifies that this entity is charged.
When added, this component signifies that this entity is currently carrying a chest.
When added, this component signifies that dyes can be used on this entity to change its color.
When added, this component signifies that this entity can hide from hostile mobs while invisible.
When added, this component signifies that this entity this currently on fire.
When added, this component signifies that this entity is an illager captain.
When added, this component signifies that this entity is currently saddled.
When added, this component signifies that this entity is currently shaking.
When added, this component signifies that this entity is currently sheared.
When added, this component signifies that this entity can be stacked.
When added, this component signifies that this entity is currently stunned.
When added, this component signifies that this entity is currently tamed.
If added onto the entity, this indicates that the entity represents a free-floating item in the world. Lets you retrieve the actual item stack contents via the itemStack property.
Defines the base movement speed in lava of this entity.
Allows this entity to be leashed and defines the conditions and events for this entity when is leashed.
When added, this component signifies that this entity contains an additional variant value. Can be used to further differentiate variants.
Defines the general movement speed of this entity.
When added, this movement control allows the mob to swim in water and walk on land.
When added, this component allows the movement of an entity.
When added, this move control causes the mob to fly.
When added, this move control allows a mob to fly, swim, climb, etc.
When added, this movement control allows the mob to glide.
When added, this move control causes the mob to hover.
Move control that causes the mob to jump as it moves with a specified delay between jumps.
When added, this move control causes the mob to hop as it moves.
When added, this move control causes the mob to sway side to side giving the impression it is swimming.
Allows this entity to generate paths that include vertical walls (for example, like Minecraft spiders do.)
Allows this entity to generate paths by flying around the air like the regular Ghast.
Allows this entity to generate paths in the air (for example, like Minecraft parrots do.)
Allows this entity to generate paths by walking, swimming, flying and/or climbing around and jumping up and down a block.
Allows this entity to generate paths in the air (for example, like the Minecraft Bees do.) Keeps them from falling out of the skies and doing predictive movement.
Allows this entity to generate paths by walking around and jumping up and down a block like regular mobs.
Beta
NpcAdds NPC capabilities to an entity such as custom skin, name, and dialogue interactions.
When present on an entity, this entity is on fire.
The projectile component controls the properties of a projectile entity and allows it to be shot in a given direction. This component is present when the entity has the minecraft:projectile component.
Sets the distance through which the entity can push through.
When added, this component adds the capability that an entity can be ridden by another entity.
This component is added to any entity when it is riding another entity.
Sets the entity's visual size.
Skin Id value. Can be used to differentiate skins, such as base skins for villagers.
Defines the entity's strength to carry items.
Contains options for taming a rideable entity based on the entity that mounts it.
Defines the rules for an entity to be tamed by the player.
Used to determine the type families the entity belongs to.
Defines the general movement speed underwater of this entity.
Used to differentiate the component group of a variant of an entity from others. (e.g. ocelot, villager).
When added, this component signifies that this entity wants to become a jockey.
The types of entity components that are accessible via function Entity.getComponent.