Class Gingerbread
- java.lang.Object
-
- com.apogames.kitchenchef.game.recipe.Recipe
-
- com.apogames.kitchenchef.game.recipe.Gingerbread
-
public class Gingerbread extends Recipe
The type Gingerbread.
-
-
Constructor Summary
Constructors Constructor Description Gingerbread()
Instantiates a new Gingerbread.
-
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
-
POINTS
public static final int POINTS
The constant POINTS.- See Also:
- Constant Field Values
-
-