Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.on_target_acquired.json

20 lines
781 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_target_acquired",
2020-11-01 17:22:42 +01:00
"description": "Adds a trigger to call when this entity finds a target.",
"type": "object",
2021-03-21 15:18:38 +01:00
"title": "On Target Acquired 1.8.0",
2020-11-01 17:22:42 +01:00
"additionalProperties": false,
"required": [],
"properties": {
2021-03-21 15:18:38 +01:00
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" },
2021-06-03 14:02:28 +02:00
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" },
2021-05-18 23:32:44 +02:00
"target": {
"type": "string",
2021-06-03 14:11:45 +02:00
"$ref": "../../filters/filters/types/subject.json",
2021-05-18 23:32:44 +02:00
"default": "self",
"description": "The target of the event",
"title": "TODO Title"
}
2020-11-01 17:22:42 +01:00
}
}