|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--fate.world.WorldObject
|
+--fate.world.OrbitingBody
|
+--fate.world.SolarSystem
Represents a solar system containing Planetoid objects.
| Field Summary | |
MapWorldObject |
mapPlanetoids
Map of all planetoids in the solar systems |
| Fields inherited from class fate.world.OrbitingBody |
distance,
position,
velocity |
| Fields inherited from class fate.world.WorldObject |
id,
name,
parent |
| Constructor Summary | |
SolarSystem()
Creates new SolarSystem |
|
| Method Summary | |
SolarSystem |
cloneForClient()
Creates a clone suitable for sending from server to client |
| Methods inherited from class fate.world.OrbitingBody |
compareTo,
x,
y |
| Methods inherited from class fate.world.WorldObject |
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public MapWorldObject mapPlanetoids
| Constructor Detail |
public SolarSystem()
| Method Detail |
public SolarSystem cloneForClient()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||