Interface FoodProperties
- All Superinterfaces:
BuildableDataComponent<FoodProperties, FoodProperties.Builder>
@NullMarked
@Experimental
@NonExtendable
public interface FoodProperties
extends BuildableDataComponent<FoodProperties, FoodProperties.Builder>
Holds the food properties of an item.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanIftrue, this food can be eaten even if not hungry.static FoodProperties.Builderfood()@NonNegative intNumber of food points to restore when eaten.floatAmount of saturation to restore when eaten.Methods inherited from interface BuildableDataComponent
toBuilder
-
Method Details
-
food
-
nutrition
-
saturation
-
canAlwaysEat
-