Methods in universe.server.database that throw SchemeUnknownException |
void |
GalaxyStd.generateSystems(float[] planetDistribution)
This method extends that of our super class to causes the
receiving galaxy to generate the random collection of star systems
which it will contain and assign planets to each of these. |
void |
GalaxyGliese.generateSystems(float[] planetDistribution)
This method extends that of our super class to causes the
receiving galaxy to generate the random collection of star systems
which it will contain and assign planets to each of these. |
void |
GalaxyBase.generateSystems(float[] planetDistribution)
This method should be extended by subclasses to causes the
receiving galaxy to generate the collection of star systems
and associated planets which it will contain. |