Only usable by the Ender Dragon. Adds a trigger to call when this entity lands.
On Start Landing Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| event | not set | Minecraft Event Trigger | The event to run when the conditions for this trigger are met. | Ender Dragon: "minecraft:start_land" |
| filters | not set | Minecraft filter | The list of conditions for this trigger to execute. | |
| target | self | String | The target of the event. | Ender Dragon: "self" |
Samples
Ender Dragon
"minecraft:on_start_landing": {
"event": "minecraft:start_land",
"target": "self"
}