eatSeconds

fun eatSeconds(seconds: Float): FoodItem

Sets the time (in seconds) it takes to eat the food item.

Return

The FoodItem instance for method chaining.

Parameters

seconds

The time it takes to eat in seconds.