Uses of Enum
velo.ladaalpha.fields.astronomy.PlanetTypes
Packages that use PlanetTypes
-
Uses of PlanetTypes in velo.ladaalpha.fields.astronomy
Methods in velo.ladaalpha.fields.astronomy that return PlanetTypesModifier and TypeMethodDescriptionPlanet.getType()Gets the type.static PlanetTypesReturns the enum constant of this type with the specified name.static PlanetTypes[]PlanetTypes.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 PlanetTypesConstructors in velo.ladaalpha.fields.astronomy with parameters of type PlanetTypesModifierConstructorDescriptionPlanet(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.