fate.world
Class Galaxy

java.lang.Object
  |
  +--fate.world.WorldObject
        |
        +--fate.world.OrbitingBody
              |
              +--fate.world.Galaxy

public class Galaxy
extends OrbitingBody
implements java.io.Serializable

Represents a galaxy of solar systems.

See Also:
Serialized Form

Field Summary
 MapWorldObject mapSolarSystems
          Map of all solar systems in the galaxy
 
Fields inherited from class fate.world.OrbitingBody
distance, position, velocity
 
Fields inherited from class fate.world.WorldObject
id, name, parent
 
Constructor Summary
Galaxy()
          Creates new Galaxy
 
Method Summary
 Galaxy 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

mapSolarSystems

public MapWorldObject mapSolarSystems
Map of all solar systems in the galaxy
Constructor Detail

Galaxy

public Galaxy()
Creates new Galaxy
Method Detail

cloneForClient

public Galaxy cloneForClient()
Creates a clone suitable for sending from server to client


SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD