Uses of Class
zombie.characters.IsoGameCharacter.Location

Packages that use IsoGameCharacter.Location
zombie.characters   
 

Uses of IsoGameCharacter.Location in zombie.characters
 

Methods in zombie.characters that return IsoGameCharacter.Location
 IsoGameCharacter.Location IsoGameCharacter.getLastHeardSound()
           
 IsoGameCharacter.Location IsoGameCharacter.getLastKnownLocationOf(java.lang.String character)
           
 

Methods in zombie.characters that return types with arguments of type IsoGameCharacter.Location
 gnu.trove.map.hash.THashMap<java.lang.String,IsoGameCharacter.Location> IsoGameCharacter.getLastKnownLocation()
           
 

Methods in zombie.characters with parameters of type IsoGameCharacter.Location
 void IsoGameCharacter.setLastHeardSound(IsoGameCharacter.Location LastHeardSound)
           
 

Method parameters in zombie.characters with type arguments of type IsoGameCharacter.Location
 void IsoGameCharacter.setLastKnownLocation(gnu.trove.map.hash.THashMap<java.lang.String,IsoGameCharacter.Location> LastKnownLocation)