> For the complete documentation index, see [llms.txt](https://docs.nexomc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox/interaction-hitbox.md).

# Interaction Hitbox

**Interaction-Entity Hitboxes** takes an **offset, width and height** & have no collision\
You can view the hitboxes by toggling on Hitboxes in-game with *F3+B*

```yaml
myitem:
  Mechanics:
    furniture:
      hitbox:
        interaction: 0,0,0 1,1  # offset width,height
        #interactions:
        #  - 0,0,0 1,1
        #  - 1,0,0 1,2.0
        #  - -1,0,0 1,2.2
```
