- 致编者:请牢记我们的域名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
指令的幫助資訊。