Spawn Events for Trader Llama – Wiki Guide
This Minecraft tutorial explains the spawn events that you can use for a trader llama in Minecraft Bedrock Edition (PE, Win10, Xbox One, PS4, Nintendo Switch).
Background
In the latest version of Minecraft Bedrock Edition, the entity value for a trader llama is trader_llama
. The trader_llama
entity has a unique set of spawn events that can be used in Minecraft commands such as: /summon and /event. (The spawn event parameter is called spawnEvent in the Minecraft help for the /summon command and eventName in the Minecraft help for the /event command.)
What is a Spawn Event?
Spawn events allow you to trigger certain in-game events for an entity in Bedrock Edition (PE, Win10, Xbox One, PS4, Nintendo Switch). Currently, you can only trigger one spawn event at a time when you use the /summon or /event commands.
List of Spawn Events
Here is a list of the spawn events that you can use for a trader llama in Minecraft Bedrock Edition (PE, Win10, Xbox One, PS4, Nintendo Switch):
Minecraft ID | Description | Bedrock Edition (Added in) |
---|---|---|
minecraft:ageable_grow_up | Trader Llama has grown up | 1.19.10 |
minecraft:entity_born | Trader Llama has been born (which means it is a baby) | 1.19.10 |
minecraft:spawn_adult | Trader Llama has spawned as adult | 1.19.10 |
minecraft:spawn_baby | Trader Llama has spawned as baby | 1.19.10 |
minecraft:on_chest | Trader Llama is wearing a chest | 1.19.10 |
minecraft:become_angry | Trader Llama has become angry | 1.19.10 |
minecraft:on_calm | Trader Llama is calm | 1.19.10 |
minecraft:add_attributes | Trader Llama add attributes | 1.19.10 |
minecraft:defend_wandering_trader | Trader Llama is defending wandering trader | 1.19.10 |
minecraft:from_wandering_trader | Trader Llama is from a wandering trader | 1.19.10 |
minecraft:join_caravan | Trader Llama is joining a caravan | 1.19.10 |
minecraft:leave_caravan | Trader Llama is leaving a caravan | 1.19.10 |
minecraft:mad_at_wolf | Trader Llama is mad at a wolf | 1.19.10 |
minecraft:on_tame | Trader Llama is tame | 1.19.10 |
minecraft:remove_persistence | Trader Llama has persistence removed | 1.19.10 |
minecraft:entity_spawned | Trader Llama has spawned | 1.19.10 |
Definitions
- Minecraft ID is the Internal code for the spawn event that would be used in game commands.
- Description is the description of the spawn event.
- Bedrock Edition (Added in) is the version of Bedrock Edition that the spawn event was first introduced.
Spawn Event Example
To summon a trader llama that has become angry in Bedrock Edition (PE, Win10, Xbox One, PS4, Nintendo Switch):
/summon trader_llama ~ ~ ~ minecraft:become_angry
Next, learn how to use the game commands in Minecraft.
Command Examples
Here are some game command examples for a trader llama in Minecraft: