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.inside_block_notifier",
|
2020-11-01 17:22:42 +01:00
|
|
|
"type": "object",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Inside Block Notifier 1.8.0",
|
2020-11-01 17:22:42 +01:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"description": "Verifies whether the entity is inside any of the listed blocks.",
|
|
|
|
|
"required": [],
|
|
|
|
|
"properties": {
|
|
|
|
|
"block_list": {
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Block List",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "List of blocks, with certain block states, that we are monitoring to see if the entity is inside.",
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
2021-01-18 01:29:00 +01:00
|
|
|
"title": "Block",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "TODO",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
2021-03-21 15:18:38 +01:00
|
|
|
"block": { "$ref": "../../../../general/block_definition.json" },
|
|
|
|
|
"entered_block_event": { "title": "Entered Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" },
|
|
|
|
|
"exited_block_event": { "title": "Exited Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" }
|
2020-11-01 17:22:42 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|