Class ItemFoodComponentBeta

When present on an item, this item is consumable by entities. Note that this component only applies to data-driven items.

Hierarchy

Constructors

Properties

canAlwaysEat: boolean

Remarks

If true, the player can always eat this item (even when not hungry).

Throws

This property can throw when used.

nutrition: number

Remarks

Represents how much nutrition this food item will give an entity when eaten.

Throws

This property can throw when used.

saturationModifier: number

Remarks

When an item is eaten, this value is used according to this formula (nutrition * saturation_modifier * 2) to apply a saturation buff.

Throws

This property can throw when used.

typeId: string
usingConvertsTo: string

Remarks

When specified, converts the active item to the one specified by this property.

Throws

This property can throw when used.

componentId: "minecraft:food" = 'minecraft:food'

Remarks

Identifier of this component. Should always be 'minecraft:food'.