Uses of Class
location.Hotspot

Packages that use Hotspot
gameaction   
gameobjects   
gameobjects.item   
location   
 

Uses of Hotspot in gameaction
 

Constructors in gameaction with parameters of type Hotspot
Use(AbstractCharacterSprite c, Hotspot hot, Item item)
           
 

Uses of Hotspot in gameobjects
 

Methods in gameobjects that return Hotspot
 Hotspot AbstractGameObject.getHotspot()
          Returns the hotspot of the item
 

Uses of Hotspot in gameobjects.item
 

Methods in gameobjects.item that return Hotspot
 Hotspot Item.getInventHotspot()
          Returns the hotspot of the item in the inventory
 

Uses of Hotspot in location
 

Subclasses of Hotspot in location
 class InteractiveHotspot
          This class represents an interactive hotspot.
 class LocationExit
          This class represents an exit from a game location