Class Foods.CloudCookie
java.lang.Object
com.csse3200.game.inventory.items.AbstractItem
com.csse3200.game.inventory.items.ConsumableItem
com.csse3200.game.inventory.items.food.AbstractFood
com.csse3200.game.inventory.items.food.Foods.CloudCookie
- Enclosing class:
Foods
CloudCookie class manages the cloud cookies fields inherited from AbstractFood
-
Field Summary
Fields inherited from class com.csse3200.game.inventory.items.AbstractItem
description, itemCode, limit, name, onlyCombatItem, onlyMapItem, quantity
-
Constructor Summary
ConstructorsConstructorDescriptionCloudCookie
(int quantity) Constructs a Sushi class with while assigning fields with set values. -
Method Summary
Methods inherited from class com.csse3200.game.inventory.items.food.AbstractFood
useItem
Methods inherited from class com.csse3200.game.inventory.items.AbstractItem
add, getDescription, getItemCode, getLimit, getName, getQuantity, getTexturePath, isEmpty, numAddable, onlyCombatItem, onlyMapItem, setDescription, setTexturePath
-
Constructor Details
-
CloudCookie
public CloudCookie(int quantity) Constructs a Sushi class with while assigning fields with set values.
-