Class CafeLatte
- java.lang.Object
-
- com.apogames.kitchenchef.game.recipe.Recipe
-
- com.apogames.kitchenchef.game.recipe.CafeLatte
-
public class CafeLatte extends Recipe
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOILING_TIME
The constant BOILING_TIME.static int
CUTTING_TIME
The constant CUTTING_TIME.static java.lang.String
NAME
The constant NAME.static int
POINTS
The constant POINTS.
-
Constructor Summary
Constructors Constructor Description CafeLatte()
Instantiates a new Student pasta.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Recipe
getClone()
Gets clone.-
Methods inherited from class com.apogames.kitchenchef.game.recipe.Recipe
getBoilingTime, getCuttingTime, getDish, getName, getNeededIngredients, getNeededSpice, getPoints, getWaitTimeOk
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The constant NAME.- See Also:
- Constant Field Values
-
CUTTING_TIME
public static final int CUTTING_TIME
The constant CUTTING_TIME.- See Also:
- Constant Field Values
-
BOILING_TIME
public static final int BOILING_TIME
The constant BOILING_TIME.- See Also:
- Constant Field Values
-
POINTS
public static final int POINTS
The constant POINTS.- See Also:
- Constant Field Values
-
-