Uses of Class
gameobjects.characters.NPCSprite

Packages that use NPCSprite
location   
 

Uses of NPCSprite in location
 

Methods in location that return types with arguments of type NPCSprite
 java.util.ArrayList<NPCSprite> GameLocation.getNonPlayerCharacters()
          Returns a list containing the characters of the location.
 

Methods in location with parameters of type NPCSprite
 void GameLocation.addCharacter(NPCSprite character)
          Adds a character to the location.
 void GameLocation.removeCharacter(NPCSprite character)
          Removes a non player character from the game location