Uses of Package
org.progettoedids.exceptions
Packages that use org.progettoedids.exceptions
Package
Description
A package that holds the base Entity class, the subtypes of Entity and interfaces related to the Entity(ies).
A package for the abstract Weapon subtype of Item 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.
A package that holds the base Room class and its subtypes.
A package that holds the base UserCommand class and its subtypes.
-
Classes in org.progettoedids.exceptions used by org.progettoedids.entitiesClassDescriptionThis is a checked expression to indicate that the user lost to Game.This is a checked exception to indicate a winning condition to Game.
-
Classes in org.progettoedids.exceptions used by org.progettoedids.entities.items.weaponsClassDescriptionThis is a generic checked exception to indicate that something has worn out.
-
Classes in org.progettoedids.exceptions used by org.progettoedids.entities.npcs.monstersClassDescriptionThis is a checked expression to indicate that the user lost to Game.
-
Classes in org.progettoedids.exceptions used by org.progettoedids.entities.playersClassDescriptionThis is a generic checked exception to indicate the death of something.
-
Classes in org.progettoedids.exceptions used by org.progettoedids.roomsClassDescriptionThis is a checked exception to indicate a winning condition to Game.
-
Classes in org.progettoedids.exceptions used by org.progettoedids.usercommandsClassDescriptionThis is a checked expression to indicate that the user lost to Game.