# Hitbox

Furnitures come with two core types, with and without collision-interactions.\
Collision hitboxes are normal barrier-blocks, whilst non-solid ones are interaction-entities.\
Interaction-entities have no collision, but can be any width and height, unlike barriers which are normal 1x1x1 blocks. Below are examples of how to use both.\
\
There are also two other types of hitboxes with collision but some other extra functionalities, Shulker- & Ghast-type hitboxes. Ghast Hitboxes are only available for 1.21.6+

{% hint style="info" %}
Furniture-Hitboxes might conflict with some Anti-Cheat plugins; [Anti-Cheat Plugins](/compatibility/anti-cheat-plugins.md)
{% endhint %}

<figure><img src="/files/6rBrmH7oNJbcyCZNZkDX" alt=""><figcaption><p>Showing off Barrier, Interaction, Shulker &#x26; Ghast Hitboxes</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
