|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleAccrete.PlanetaryMakeup | |
org.gjt.universe | |
org.gjt.universe.accrete |
Uses of SimpleAccrete.PlanetaryMakeup in org.gjt.universe |
Fields in org.gjt.universe declared as SimpleAccrete.PlanetaryMakeup | |
private static SimpleAccrete.PlanetaryMakeup[] |
SystemGliese.planet_makeups
|
private SimpleAccrete.PlanetaryMakeup |
PlanetBase.makeup
|
Methods in org.gjt.universe 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 org.gjt.universe with parameters of type SimpleAccrete.PlanetaryMakeup | |
static WeatherType |
WeatherType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the weather type instance which best matches the given planetary make-up. |
static TerrainType |
TerrainType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the terrain type instance which best matches the given planetary make-up. |
static TemperatureType |
TemperatureType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the temperature type instance which best matches the given planetary make-up. |
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. |
static SurfacePressureType |
SurfacePressureType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the surface pressure type instance which best matches the given planetary make-up. |
static PlanetType |
PlanetType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the planet type instance which best matches the given planetary make-up. |
void |
PlanetBase.setPlanetMakeup(SimpleAccrete.PlanetaryMakeup pm)
This method sets the planetary make-up of the receiving instance to the given value. |
static GravityType |
GravityType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the gravity type instance which best matches the given planetary make-up. |
static AtmosphereType |
AtmosphereType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the planet type instance which best matches the given planetary make-up. |
static AtmosphereCompositionType |
AtmosphereCompositionType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the atmospheric composition type instance which best matches the given planetary make-up. |
Constructors in org.gjt.universe 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. |
Uses of SimpleAccrete.PlanetaryMakeup in org.gjt.universe.accrete |
Methods in org.gjt.universe.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |