# Receivers

Receivers are a type of component, they can be connected to one transmitter and receive signals.

#### Types of receivers

{% tabs %}
{% tab title="Regular blocks" %}
Receivers of types without "extended" support alternate between the original block type and a redstone block based on the signal received.

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4Z885eIJBk4v90%2Fblock_receive.gif?alt=media\&token=4e4714c5-c106-400f-87e9-69571987c09c)
{% endtab %}

{% tab title="Button" %}
Turns on or off based on the signal received.

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4cpcZVbGlcjrxS%2Fbutton_receive.gif?alt=media\&token=77983db7-c1c8-4de5-b40d-4da8e9becca3)
{% endtab %}

{% tab title="Lever" %}
Turns on or off based on the signal received.

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4bGVWY5GGQopYp%2Flever_receive.gif?alt=media\&token=08d61783-a1af-41e9-9f9d-7aa3e2626d76)
{% endtab %}

{% tab title="Doors and trapdoors" %}
Opens or closes based on the signal received. Any type of door can be used, including trapdoors.

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4afzqFBDVn92Cb%2Fdoor_receive.gif?alt=media\&token=d7f17aa4-178b-461d-84a4-fbfc68305e3e)
{% endtab %}

{% tab title="Campfire" %}
Ignites or extinguishes based on the signal received.

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4_0dbssprSGFTD%2Fcampfire_receive.gif?alt=media\&token=92ef7e66-eb90-42f1-83f9-5deca15589da)
{% endtab %}

{% tab title="Hopper" %}
Allows or disallows items to pass through the hopper based on the signal received.
{% endtab %}

{% tab title="Repeater" %}
Turns on or off based on the signal received.

{% hint style="warning" %}
This functionality is limited, block updates may turn off the repeater.
{% endhint %}

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4YEck81V5ayQIO%2Frepeater_receive.gif?alt=media\&token=e7734161-8a34-4e39-bd90-680d8a0820db)
{% endtab %}

{% tab title="Redstone" %}
Turns on or off based on the signal received.

{% hint style="warning" %}
This functionality is limited, block updates may turn off the redstone.
{% endhint %}

![](https://1785716418-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUd2lcXnxeBtWa6rmwb%2F-MZXvTuk6RoZnGn4wvro%2F-MZYHe4PwCkUMgwAAUmG%2Fredstone_receive.gif?alt=media\&token=cf28085e-a44f-4c03-9f7d-93ecb6426904)
{% endtab %}
{% endtabs %}


---

# 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://robertlit.gitbook.io/wireless/components/receivers.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.
