Uses of Class
universe.common.database.PlanetID

Packages that use PlanetID
universe.client.database   
universe.common.database   
universe.server.database   
 

Uses of PlanetID in universe.client.database
 

Methods in universe.client.database that return PlanetID
static PlanetID LocationConversion.getPlanet(Location loc)
           
 

Methods in universe.client.database with parameters of type PlanetID
static RelationshipType Relationship.getRelationshipType(PlanetID PID)
           
 

Constructors in universe.client.database with parameters of type PlanetID
Relationship(PlanetID PID)
           
 

Uses of PlanetID in universe.common.database
 

Fields in universe.common.database declared as PlanetID
 PlanetID Location.planetid
           
 

Constructors in universe.common.database with parameters of type PlanetID
Location(PlanetID PID)
          Constructor that takes a PlanetID object representing orbiting the planet.
Location(PlanetID PID, boolean surface)
          Constructor that takes a PlanetID object and a boolean representing if the location is in orbit or on the surface.
 

Uses of PlanetID in universe.server.database
 

Fields in universe.server.database declared as PlanetID
private static PlanetID PlanetBase.currentID
           
private  PlanetID PlanetBase.ID
           
private  PlanetID PlanetBase.planetaryPrimaryID
           
 

Methods in universe.server.database that return PlanetID
 PlanetID PlanetBase.getID()
           
 PlanetID PlanetBase.getPlanetaryPrimaryID()
          This method returns the ID of the planetary body which the receiving instance is orbiting.
 

Methods in universe.server.database with parameters of type PlanetID
 void SystemBase.addPlanet(PlanetID PID)
          Adds a new planet with the given ID to the system instance.
 void SystemBase.planetChangedOwner(PlanetID aPlanetID, CivID newPlanetOwner)
          This method is called by planets in the star system when they have changed ownership.
 void PlanetBase.setPlanetaryPrimaryID(PlanetID newValue)
          This method sets the ID of the planetary body which the receiving instance is orbiting.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.