Class Item

java.lang.Object
org.progettoedids.entities.Entity
org.progettoedids.entities.items.Item
Direct Known Subclasses:
BrokenFountain, Food, Key, Weapon

public abstract class Item extends Entity
An Item is a subclass of an Entity which is additionally characterized by a certain weight.

There exist two types of an Item: those that can be collected and those that cannot be collected from a Room in the Labyrinth.