Uses of Enum
velo.ladaalpha.fields.astronomy.Atmosphere_Density
Packages that use Atmosphere_Density
- 
Uses of Atmosphere_Density in velo.ladaalpha.fields.astronomy
Methods in velo.ladaalpha.fields.astronomy that return Atmosphere_DensityModifier and TypeMethodDescriptionMoon.getAtmosphere_density()Gets the atmosphere density.Planet.getAtmosphere_density()Gets the atmosphere density.static Atmosphere_DensityReturns the enum constant of this type with the specified name.static Atmosphere_Density[]Atmosphere_Density.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in velo.ladaalpha.fields.astronomy with parameters of type Atmosphere_DensityModifier and TypeMethodDescriptionvoidMoon.setAtmosphere_density(Atmosphere_Density atmosphere_density) Sets the atmosphere density.voidPlanet.setAtmosphere_density(Atmosphere_Density atmosphere_density) Sets the atmosphere density.Constructors in velo.ladaalpha.fields.astronomy with parameters of type Atmosphere_DensityModifierConstructorDescriptionMoon(long radius, Planet planet_orbitted, Atmosphere_Density atmosphere_density, int max_temp_c, int min_temp_c, long distance_to_orbitted_planet, double time_to_orbit_planet_years, CelestialObjectComposition composition, long mass) Instantiates a new moon.Planet(long radius, double tilt, Star star_orbitted, PlanetTypes type, int moons_n, int rings_n, Atmosphere_Density atmosphere_density, int max_temp_c, int min_temp_c, long distance_to_orbitted_star, int time_to_orbit_star_years, CelestialObjectComposition composition, long mass) Instantiates a new planet.