fate.world
Class Universe


java.lang.Object

  |

  +--fate.world.Universe


public class Universe
extends java.lang.Object
implements java.io.Serializable

The base storage object of the Fate "World".

See Also:
Serialized Form

Field Summary
 Galaxy defaultGalaxy
           
 Planetoid defaultPlanetoid
           
 SolarSystem defaultSolarSystem
           
 MapWorldObject mapGalaxies
          Map of all galaxies in the Universe
 MapWorldObject mapPlayers
          Map of all players in the Universe
 
Constructor Summary
Universe()
          Creates new Universe
 
Method Summary
 void create()
           
 int createNewPlayer(int idLogin)
           
 int getNextID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mapGalaxies


public MapWorldObject mapGalaxies
Map of all galaxies in the Universe

mapPlayers


public MapWorldObject mapPlayers
Map of all players in the Universe

defaultGalaxy


public Galaxy defaultGalaxy

defaultSolarSystem


public SolarSystem defaultSolarSystem

defaultPlanetoid


public Planetoid defaultPlanetoid
Constructor Detail

Universe


public Universe()
Creates new Universe
Method Detail

getNextID


public int getNextID()

create


public void create()

createNewPlayer


public int createNewPlayer(int idLogin)

toString


public java.lang.String toString()
Overrides:
toString in class java.lang.Object