Uses of Class
de.adom.jade.world.Connection

Packages that use Connection
de.adom.jade.beings   
de.adom.jade.world   
 

Uses of Connection in de.adom.jade.beings
 

Methods in de.adom.jade.beings with parameters of type Connection
 boolean PC.enterLocation(Connection connection)
           
 boolean Being.enterLocation(Connection connection)
          Enters the location at the current position of the being.
 

Uses of Connection in de.adom.jade.world
 

Methods in de.adom.jade.world that return Connection
 Connection Location.getConnectionAt(int x, int y)
          Returns a connection for the given coordinates.
 Connection Location.getConnectionByID(long id)
          Returns a connection by its ID.
 

Methods in de.adom.jade.world with parameters of type Connection
 boolean LocationManager.switchLocation(Being being, Connection connection)
          Switches the location for the given being.
 void Location.addConnection(Connection connection)
          Adds a connection to this location.