Uses of Class
universe.common.database.CivID

Packages that use CivID
universe.client.database   
universe.client.gui   
universe.server.database   
 

Uses of CivID in universe.client.database
 

Fields in universe.client.database declared as CivID
private  CivID StationView.owner
           
private  CivID PlayerView.CID
           
private  CivID FleetView.owner
           
 

Methods in universe.client.database that return CivID
 CivID StationView.getOwner()
           
 CivID PlayerView.getCivID()
           
 CivID FleetView.getOwner()
           
 

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

Constructors in universe.client.database with parameters of type CivID
StationView(Index index, java.lang.String name, CivID owner)
           
Relationship(CivID AID)
           
PlayerView(Index index, java.lang.String name, CivID CID)
           
FleetView(Index index, java.lang.String name, Location loc, CivID owner)
           
 

Uses of CivID in universe.client.gui
 

Fields in universe.client.gui declared as CivID
private  CivID SystemScreenObjectHandler.player
           
 

Methods in universe.client.gui with parameters of type CivID
(package private)  java.util.Vector DisplayMap.getGrid(CivID AID, float size, int type, boolean height)
          This returns the grid for the map.
 

Constructors in universe.client.gui with parameters of type CivID
SystemScreenObjectHandler(CivID player)
           
MapComponent(Map3D in, DisplayMap dmap, MapDisplayOptions in_options, CivID player)
           
 

Uses of CivID in universe.server.database
 

Fields in universe.server.database declared as CivID
private  CivID SystemBase.owner
           
private  CivID PlayerBase.civID
           
private  CivID PlanetBase.owner
           
 

Methods in universe.server.database that return CivID
 CivID SystemBase.getOwner()
          Returns the ID of the civ who is deemed to be in control of the receiving system.
 CivID PlayerBase.getOwner()
          This method returns the civilization which is being directed by the player.
 CivID PlanetBase.getOwner()
          Returns the ID of the civ who is considered the owner of the planet (i.e.
 

Methods in universe.server.database with parameters of type CivID
 void SystemBase.setOwner(CivID newOwner)
          Sets the civ who is deemed to be in control of 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.setOwner(CivID newOwner)
          This method sets the owner of the planet to be the civ with the given ID.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.