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

18 lines
760 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.peek",
2020-11-01 17:22:42 +01:00
"description": "Defines the entity's 'peek' behavior, defining the events that should be called during it",
"type": "object",
"title": "Peek 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
2021-03-21 15:18:38 +01:00
"on_close": { "$ref": "../types/event.json", "description": "Event to call when the entity is done peeking", "title": "TODO Title" },
"on_open": { "$ref": "../types/event.json", "description": "Event to call when the entity starts peeking", "title": "TODO Title" },
2021-05-18 23:32:44 +02:00
"on_target_open": {
"$ref": "../types/event.json",
"description": "Event to call when the entity's target entity starts peeking",
"title": "TODO Title"
}
2020-11-01 17:22:42 +01:00
}
}