Wiki ArticleRemoved featuresBedrock EditionMinecraft EducationUnknown Education version history

/detect

Lets your agent detect if there is a collidable block in the specified direction.

Fails if the arguments are not specified correctly.

On success, returns if there was a collidable block in the specified direction.

Not to be confused with the detect sub-command of the former /execute command.
BlockSprite rose.png: Sprite image for rose in Minecraft
This page describes content that has been removed from Minecraft.
 
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

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:
  • forward to detect the block on the front.
  • back to detect the block on the back.
  • left to detect the block on the left-hand side.
  • right to detect the block on the right-hand side.
  • up to detect the block on the top side.
  • down to 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.