Uses of Class
DE.purple_sunshine.bigbro.PathArea

Uses of PathArea in DE.purple_sunshine.bigbro
 

Methods in DE.purple_sunshine.bigbro that return PathArea
 PathArea House.getPathArea(java.lang.String id)
          Returns the PathArea with id.
 PathArea House.getRandomPathArea()
          Returns a random path area.
 PathArea Area.getPathArea()
          Returns the PathArea contained in this Area.
 PathArea PathArea.getNeighbour(int direction)
          Returns the neighbor to direction of the receiver.
 PathArea PathElement.getPathArea()
           
 

Methods in DE.purple_sunshine.bigbro with parameters of type PathArea
 void Person.moveTo(PathArea target)
          Gives the person a new target to move to.
 void PathArea.setNeighbour(int direction, PathArea neighbour)
          Sets a new neighbor for direction.
 

Constructors in DE.purple_sunshine.bigbro with parameters of type PathArea
Area(java.lang.String id, int x, int y, int width, int height, PathArea pA)
          Constructs a new Area that contains a PathArea.
PathElement(PathArea area, java.awt.Point point)
          Constructs a new PathElement.
 



© 2000, Holger Wagner, Purple Sunshine Productions.