| Entity Triggers | Description |
|---|---|
| minecraft:on_death | Adds a trigger to call on this entity's death. |
| minecraft:on_friendly_anger | Adds a trigger that will run when a nearby entity of the same type as this entity becomes Angry. |
| minecraft:on_hurt | Adds a trigger to call when this entity takes damage. |
| minecraft:on_hurt_by_player | Adds a trigger to call when this entity is attacked by the player. |
| minecraft:on_ignite | Adds a trigger to call when this entity is set on fire. |
| minecraft:on_start_landing | Only usable by the Ender Dragon. |
| minecraft:on_start_takeoff | Only usable by the Ender Dragon. |
| minecraft:on_target_acquired | Adds a trigger to call when this entity finds a target. |
| minecraft:on_target_escape | Adds a trigger to call when this entity loses the target it currently has. |
| minecraft:on_wake_with_owner | A trigger when a mob's tamed onwer wakes up. |