手册:minecraft:interact_button

来自Minecraft基岩版开发Wiki
数据驱动 物品 > minecraft:interact_button
minecraft:interact_button
附加包组件
组件所属
组件类型
1.20.30
加入版本
  • 假日创作者功能

minecraft:interact_button用于设置物品的移动端HUD交互按钮。

模式[编辑]

interact_button:
bool "minecraft:interact_button": opt
string "minecraft:interact_button": opt

结构[编辑]

  •  minecraft:interact_button:为布尔值类型时表示是否添加交互按钮,按钮文本默认为“使用物品”[注 1];为字符串类型时添加交互按钮并定义按钮显示的文本为字符串内容。

示例[编辑]

布尔值型
"minecraft:interact_button": true
字符串型
"minecraft:interact_button": "Display Text"

历史[编辑]

基岩版
1.20.301.20.30.22加入了minecraft:interact_button

漏洞[编辑]

关于minecraft:interact_button的漏洞在国际版中由漏洞追踪器维护,请在此报告漏洞。

注释[编辑]

  1. 语言文件中对应的本地化键名为action.interact.use