FoodItem

constructor(name: String, material: Material = Material.COOKED_BEEF)

Parameters

name

The name of the food item.

material

The Material of the food item (default is COOKED_BEEF).