Class BreadSnack
- java.lang.Object
-
- com.apogames.kitchenchef.game.recipe.Recipe
-
- com.apogames.kitchenchef.game.recipe.BreadSnack
-
public class BreadSnack extends Recipe
The type Gingerbread.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CUTTING_TIME
static java.lang.String
NAME
The constant NAME.static int
POINTS
The constant POINTS.
-
Constructor Summary
Constructors Constructor Description BreadSnack()
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
-
CUTTING_TIME
public static final int CUTTING_TIME
- See Also:
- Constant Field Values
-
POINTS
public static final int POINTS
The constant POINTS.- See Also:
- Constant Field Values
-
-