Class Bun
- java.lang.Object
-
- cs.eng1.piazzapanic.food.ingredients.Ingredient
-
- cs.eng1.piazzapanic.food.ingredients.Bun
-
public class Bun extends Ingredient
-
-
Field Summary
-
Fields inherited from class cs.eng1.piazzapanic.food.ingredients.Ingredient
isChopped, isCooked, textureManager
-
-
Constructor Summary
Constructors Constructor Description Bun(FoodTextureManager textureManager)
-
Method Summary
-
Methods inherited from class cs.eng1.piazzapanic.food.ingredients.Ingredient
arrayFromString, fromString, getIsChopped, getIsCooked, getTexture, getTextureManager, getType, setIsChopped, setIsCooked, toString
-
-
-
-
Constructor Detail
-
Bun
public Bun(FoodTextureManager textureManager)
-
-