Minecraft Wiki
Advertisement
This page describes content that exists only in outdated versions of Minecraft. 
This feature used to be in the game, but has ever since been removed.It may or may not return in a future update.
Information icon
This feature is exclusive to Bedrock Edition and Minecraft Education. 

Lets your agent return the name of the block in the specified direction.

Syntax[]

inspect <direction: string>

Arguments[]

direction: string

Specifies the direction of Agent to verify the name of the block.
Must be one of:
  • forward to inspect the block on the front.
  • back to inspect the block on the back.
  • left to inspect the block on the left-hand side.
  • right to inpect the block on the right-hand side.
  • up to inspect the block on the top-hand side.
  • down to inspect the block on the bottom-hand side.

Result[]

Fails if the arguments are not specified correctly.
On success, returns the form of the block in the specified direction. See block id for the complete list.
Advertisement