- 致编者:请牢记我们的域名wiki.mcbe-dev.net!
- 致编者:欢迎加入本Wiki的官方交流QQ群或Discord服务器!
- 基岩版1.19.31现已发布!(了解更多)
- Inner Core现已支持Xbox模组联机!(了解更多)
- 如果您是第一次来到本Wiki,欢迎注册一个账户
- 点击顶部的“编辑”或“编辑源代码”按钮即可编辑当前页面
- 请知悉:在不登录时也可以编辑和新建页面,但是您当前的IP地址会记录在编辑历史中
手册:/automate
来自Minecraft基岩版开发Wiki
automate
语法[编辑]
automate <action: AutomateBlockActionWithAttempts> <targetposition: x y z> [numberofattempts: int]
子命令[编辑]
automate find_block <blockname: string> [numberofattempts: int]
automate fly [shouldbeflying: Boolean] [shouldthroweventifnostatechangenecessary: Boolean]
automate get_interaction_position_for_block <targetposition: x y z> <anchorposition: x y z> <facingstring: string> [maxsearchdistance: int]
automate look_at <targetposition: x y z>
automate move <direction: string> [secondarydirection: string] [numberofticks: int]
参数[编辑]
action
- AutomateBlockActionWithAttempts类型,
targetposition
- x y z类型,
numberofattempts
- int类型,
blockname
- string类型,
shouldbeflying
- Boolean类型,
shouldthroweventifnostatechangenecessary
- Boolean类型,
anchorposition
- x y z类型,
facingstring
- string类型,
maxsearchdistance
- int类型,
direction
- string类型,
secondarydirection
- string类型,
numberofticks
- int类型,
效果[编辑]
命令 | 触发条件 | 执行结果 |
---|---|---|
任意 | 参数未正确指定 | 失败 |
执行成功 | 在指定了有效的命令名,正常给出了命令的用法时 |
输出[编辑]
命令 | 执行结果 | 成功次数增量 |
---|---|---|
任意 | 失败 | 0 |
响应[编辑]
WebSocket[编辑]
- :根对象
- header:报文消息的头。
- messagePurpose:该条报文消息的发送目的,对于命令响应恒为
commandResponse
。 - requestId:造成该响应的请求报文的UUID。
- version:该报文的版本。
- messagePurpose:该条报文消息的发送目的,对于命令响应恒为
- body:报文消息的内容。
- statusCode:该响应的状态码。
- statusMessage:该响应的状态消息,对于命令响应为该命令的执行反馈文本。
- header:报文消息的头。
示例[编辑]
脚本API[编辑]
- :根对象
- statusCode:该响应的状态码。
- statusMessage:该响应的状态消息,对于命令响应为该命令的执行反馈文本。
示例[编辑]
历史[编辑]
携带版(Alpha) | |||||
---|---|---|---|---|---|
? | 加入了/automate 命令。 |
画廊[编辑]
-
/automate
命令的帮助信息。