Uses of Package
org.progettoedids.util
Packages that use org.progettoedids.util
Package
Description
A package that holds the base Entity class, the subtypes of Entity and interfaces related to the Entity(ies).
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 Human subtype of NPC and its concrete final subclasses.
A package for the abstract Monster subtype of NPC and its concrete final subclasses.
A package for the abstract Player class and its concrete final subclasses.
This package holds the Labyrinth class and its loaders.
A package that holds classes with simple factory methods.
A package that holds the base Room class and its subtypes.
A package that holds the base UserCommand class and its subtypes.
This package holds miscellaneous general-purpose utilities to use by other classes.
A package for the SaveStringReader and SaveStringProducer interfaces and implementing classes.
-
Classes in org.progettoedids.util used by org.progettoedids.entities
-
Classes in org.progettoedids.util used by org.progettoedids.entities.items
-
Classes in org.progettoedids.util used by org.progettoedids.entities.items.food
-
Classes in org.progettoedids.util used by org.progettoedids.entities.npcs.humans
-
Classes in org.progettoedids.util used by org.progettoedids.entities.npcs.monsters
-
Classes in org.progettoedids.util used by org.progettoedids.entities.playersClassDescriptionThe Inventory class is essentially a container of Item(s) with a maximum capacity.
-
Classes in org.progettoedids.util used by org.progettoedids.labyrinthClassDescriptionThis is a generic class to hold a pair of integers which represent a 2D position with coordinates x and y.
-
Classes in org.progettoedids.util used by org.progettoedids.repositoriesClassDescriptionThis class is used to record commands executed by the user.
-
Classes in org.progettoedids.util used by org.progettoedids.rooms
-
Classes in org.progettoedids.util used by org.progettoedids.usercommands
-
Classes in org.progettoedids.util used by org.progettoedids.utilClassDescriptionThis is a generic class to hold a pair of integers which represent a 2D position with coordinates x and y.
-
Classes in org.progettoedids.util used by org.progettoedids.util.savestrings