Uses of Class
location.InteractiveHotspot

Packages that use InteractiveHotspot
gameaction   
location   
path   
 

Uses of InteractiveHotspot in gameaction
 

Constructors in gameaction with parameters of type InteractiveHotspot
ChangeHotspotImage(AbstractCharacterSprite c, InteractiveHotspot ihs, java.lang.String imgPath)
           
 

Uses of InteractiveHotspot in location
 

Methods in location that return types with arguments of type InteractiveHotspot
 java.util.ArrayList<InteractiveHotspot> GameLocation.getInteractiveHotspots()
          Returns a list with the interactive hotspots of the game location
 

Methods in location with parameters of type InteractiveHotspot
 void GameLocation.addInteractiveHotspot(InteractiveHotspot hs)
          Adds an interactive hotspot to the game location
 

Uses of InteractiveHotspot in path
 

Constructor parameters in path with type arguments of type InteractiveHotspot
SearchGrid(java.awt.image.BufferedImage imgWalkable, java.util.ArrayList<Item> items, java.util.ArrayList<InteractiveHotspot> ihs, int gridNodeSize)
          Creates a new search grid out of the specified walkable area image