watch 28:07
Minecraft Interactive Experience
Do you like this video?
Play Sound
This page describes content that exists only in outdated versions of Minecraft.
This feature used to be in the game but has since been removed.
This feature is exclusive to Bedrock Edition and Education Edition.
detectredstone
Visibility |
Hidden |
---|---|
Permission level required |
0 |
Restrictions |
None |
Lets your agent detect a redstone signal in the specified direction.
Contents
Syntax[]
detectredstone <direction: string>
Arguments[]
direction: string
- Specifies the direction of Agent to detect a redstone signal.
- 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-hand side.down
to detect the block on the bottom-hand side.
Result[]
Fails if the arguments are not specified correctly.
On success, returns if the object in the specified direction received a redstone signal at that moment.
History[]
Education Edition | |||||
---|---|---|---|---|---|
? | Added /detectredstone . |