Class Food

java.lang.Object
All Implemented Interfaces:
InteractiveItem
Direct Known Subclasses:
Apple, Pear

public abstract class Food extends Item implements InteractiveItem
An instance of Food is an Item that restores a certain amount of health to the Player.

The amount of health to restore is specified by a subclass of Food.