Uses of Class
edu.gac.mcs178.gack.domain.Place

Packages that use Place
edu.gac.mcs178.gack.domain   
 

Uses of Place in edu.gac.mcs178.gack.domain
 

Methods in edu.gac.mcs178.gack.domain that return Place
 Place Person.getPlace()
           
 Place Place.neighborTowards(java.lang.String direction)
           
 

Methods in edu.gac.mcs178.gack.domain that return types with arguments of type Place
 java.util.List<Place> Place.neighbors()
           
 

Methods in edu.gac.mcs178.gack.domain with parameters of type Place
 void Place.addNewNeighbor(java.lang.String direction, Place newNeighbor)
           
 void Person.moveTo(Place newPlace)
           
static java.util.List<Scroll> Scroll.scrollsIn(Place place)
           
 

Constructors in edu.gac.mcs178.gack.domain with parameters of type Place
AutoPerson(java.lang.String name, Place place, int threshold)
           
Person(java.lang.String name, Place place)
           
Witch(java.lang.String name, Place place, int threshold, Place pond)
           
Wizard(java.lang.String name, Place place, int threshold, Place chamber)