Uses of Package
org.progettoedids.entities.items
Packages that use org.progettoedids.entities.items
Package
Description
A package that holds the base Item class, the subtypes of Item and interfaces related to the Item(s).
A package for the abstract Food subtype of Item and its concrete final subclasses.
A package for the abstract Weapon subtype of Item and its concrete final subclasses.
A package for the abstract Human subtype of NPC and its concrete final subclasses.
A package that holds classes with simple factory methods.
A package that holds the base Room class and its subtypes.
This package holds miscellaneous general-purpose utilities to use by other classes.
-
Classes in org.progettoedids.entities.items used by org.progettoedids.entities.itemsClassDescriptionThe InteractiveItem interface is supposed to be implemented by an Item if it is supposed to be used at request by the user.An Item is a subclass of an Entity which is additionally characterized by a certain
weight. -
Classes in org.progettoedids.entities.items used by org.progettoedids.entities.items.foodClassDescriptionThe InteractiveItem interface is supposed to be implemented by an Item if it is supposed to be used at request by the user.An Item is a subclass of an Entity which is additionally characterized by a certain
weight. -
Classes in org.progettoedids.entities.items used by org.progettoedids.entities.items.weaponsClassDescriptionAn Item is a subclass of an Entity which is additionally characterized by a certain
weight. -
Classes in org.progettoedids.entities.items used by org.progettoedids.entities.npcs.humansClassDescriptionAn Item is a subclass of an Entity which is additionally characterized by a certain
weight. -
Classes in org.progettoedids.entities.items used by org.progettoedids.repositoriesClassDescriptionAn Item is a subclass of an Entity which is additionally characterized by a certain
weight. -
Classes in org.progettoedids.entities.items used by org.progettoedids.rooms
-
Classes in org.progettoedids.entities.items used by org.progettoedids.utilClassDescriptionAn Item is a subclass of an Entity which is additionally characterized by a certain
weight.