Uses of Class
universe.common.database.accrete.SimpleAccrete.PlanetaryMakeup

Packages that use SimpleAccrete.PlanetaryMakeup
universe.common.database.accrete   
universe.server.database   
 

Uses of SimpleAccrete.PlanetaryMakeup in universe.common.database.accrete
 

Methods in universe.common.database.accrete that return SimpleAccrete.PlanetaryMakeup
 SimpleAccrete.PlanetaryMakeup[] SimpleAccrete.getPlanetaryMakeups()
           
private  SimpleAccrete.PlanetaryMakeup SimpleAccrete.getPlanetaryMakeupFromPlanet(Planet p)
          This method extracts the information that the game wishes to keep about a planet and places it in a newly created PlanetaryMakeup object.
 

Uses of SimpleAccrete.PlanetaryMakeup in universe.server.database
 

Fields in universe.server.database declared as SimpleAccrete.PlanetaryMakeup
private static SimpleAccrete.PlanetaryMakeup[] SystemGliese.planet_makeups
           
private  SimpleAccrete.PlanetaryMakeup PlanetBase.makeup
           
 

Methods in universe.server.database that return SimpleAccrete.PlanetaryMakeup
private static SimpleAccrete.PlanetaryMakeup SystemGliese.createMakeUpForPlanet(int planet)
          This method sets the given planetary make-up object to have values corresponding to the planet at the given position in the set of those which will be present in the star system.
 SimpleAccrete.PlanetaryMakeup PlanetBase.getPlanetMakeup()
          This method returns the planetary make-up of the receiving instance.
 

Methods in universe.server.database with parameters of type SimpleAccrete.PlanetaryMakeup
 void SystemBase.generatePlanetsForStar(SimpleAccrete.PlanetaryMakeup[] pms, int starIndex)
          Adds planets to the star with the given index in the system, based on the given planetary make-ups.
 void PlanetBase.setPlanetMakeup(SimpleAccrete.PlanetaryMakeup pm)
          This method sets the planetary make-up of the receiving instance to the given value.
 

Constructors in universe.server.database with parameters of type SimpleAccrete.PlanetaryMakeup
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.PlanetaryMakeup[] pms, SimpleAccrete.StarMakeup sm)
          Alternate constructor for instances of this class.
PlanetBase(SystemID SID, int starIndex, java.lang.String in_name, SimpleAccrete.PlanetaryMakeup pm)
          This is the designated constructor for instances of this class/ It creates a new instance of a planet in the given star system, orbiting the given star in that system, and having the given name.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.