|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.DBItem | +--org.gjt.universe.SystemBase | +--org.gjt.universe.SystemUndefined
Field Summary | |
static SystemID |
ID
|
static SystemUndefined |
SINGLETON
|
Fields inherited from class org.gjt.universe.SystemBase |
|
Constructor Summary | |
private |
SystemUndefined()
|
Method Summary | |
VectorPlanetID |
getSystemPlanets()
Returns the planets which are orbitting the system instance. |
void |
insertPlanet(PlanetID PID)
Adds a new planet with the given ID to the system instance. |
VectorDisplayReturn |
specificDisplayDebug()
|
Methods inherited from class org.gjt.universe.SystemBase |
addStar, fleetArrived, fleetDeparted, generatePlanetsForStar, getCoords, getFleetsInOrbit, getFleetsPresent, getGalaxy, getID, getID, getIndex, getLocation, getName, getOwner, getStarMakeup, getWormholeIDs, insertWormholeID, planetChangedOwner, removeWormholeID, setName, setOwner, setStarMakeup, starAtIndex, starCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static SystemUndefined SINGLETON
public static SystemID ID
Constructor Detail |
private SystemUndefined()
Method Detail |
public VectorDisplayReturn specificDisplayDebug()
specificDisplayDebug
in class DBItem
public VectorPlanetID getSystemPlanets()
getSystemPlanets
in class SystemBase
public void insertPlanet(PlanetID PID)
insertPlanet
in class SystemBase
PID
- The unique ID of the planet to be added.
NOTE: Check if this this method called anywhere? Maybe
from PlanetBase?
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |