{ "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.custom_hit_test", "type": "object", "title": "Custom Hit Test 1.16.0", "description": "List of hitboxes for melee and ranged hits against the entity.", "additionalProperties": false, "properties": { "hitboxes": { "type": "array", "title": "Hitboxes", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Hitbox", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, "height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, "pivot": { "type": "array", "title": "Pivot", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } } } } } }