手册:minecraft:player.saturation

来自Minecraft基岩版开发Wiki
数据驱动 实体 > minecraft:player.saturation
minecraft:player.saturation
附加包组件
组件所属
组件类型
加入版本
?

设置玩家的饱和度。

模式[编辑]

shared_attribute "minecraft:saturation" : opt

子模式[编辑]

shared_attribute:
object
{
    float_range "value" : opt
    float "min" : opt
    float "max" : opt
}

结构[编辑]

  •  minecraft:saturation:根对象。
    •  value:定义饱和度的取值范围。为数字类型时同时定义最小值和最大值;为数组类型时第一个元素定义最小值,第二个元素定义最大值。默认值为  max 的值。
    •  min:定义饱和度的最小值。默认值为1.1754944e-38。
    •  max:定义饱和度的最大值。如果  value 的最大值超过了该值,则该值会被覆写为  value 的值。默认值为3.4028235e38。

示例[编辑]

"minecraft:player.saturation": {
  "value": 20
}

历史[编辑]

基岩版
?加入了minecraft:player.saturation

漏洞[编辑]

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