/detect
< Commands
This page describes content that has been removed from the game.
This feature was present in earlier versions of Minecraft, but has since been removed.
This feature is exclusive to Bedrock Edition and Minecraft Education.
/detect| Visibility |
Hidden |
|---|---|
| Permission level required |
0 |
| Restrictions |
None |
{
"title": "<code>/detect</code>",
"rows": [
{
"field": "Hidden",
"label": "Visibility"
},
{
"field": "0",
"label": "(link to Permission level article, displayed as Permission level<br>required)"
},
{
"field": "None",
"label": "(link to Commands#Restrictions article, displayed as Restrictions)"
}
],
"invimages": [],
"images": []
}
Lets your agent detect if there is a collidable block in the specified direction.
Syntax
detect <direction: string>
Arguments
direction: string
- Specifies the direction of Agent to detect a collidable block.
- Must be one of:
forwardto detect the block on the front.backto detect the block on the back.leftto detect the block on the left-hand side.rightto detect the block on the right-hand side.upto detect the block on the top side.downto detect the block on the bottom side.
Result
Fails if the arguments are not specified correctly.
On success, returns if there was a collidable block in the specified direction.
History
| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| ? | Added /detect. | ||||||