-
Counter inside the canteen offering this meal.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Counter inside the canteen offering this meal.
void
Counter inside the canteen offering this meal.
Counter inside the canteen offering this meal.
MensaMeal(String name,
MensaLine line,
float price,
MensaMealType type,
float kcal,
float proteins,
float carbs,
float sugar,
float fat,
float saturated,
float salt,
short scoreCo2,
short scoreWater,
short scoreAnimals,
short scoreRainforest,
float co2Emissions,
float waterConsumption,
List<String> additives)
Creates a new MensaMeal
instance.
MensaMeal(String name,
MensaLine line,
float price,
MensaMealType type,
float kcal,
float proteins,
float carbs,
float sugar,
float fat,
float saturated,
float salt,
List<String> additives)