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
|
Constructor Summary |
Universe()
Creates new Universe |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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
Universe
public Universe()
- Creates new Universe
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