|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VectorSystemID | |
org.gjt.universe |
Uses of VectorSystemID in org.gjt.universe |
Fields in org.gjt.universe declared as VectorSystemID | |
private VectorSystemID |
WormholeOscillating.alternateEndPointIDs
|
private VectorSystemID |
GalaxyBase.GalaxySystems
|
Methods in org.gjt.universe that return VectorSystemID | |
VectorSystemID |
WormholeOscillating.alternateEndPointIDs()
This method returns the current set of alternate end-points system IDs assigned to the receiving oscillating wormhole instance. |
static VectorSystemID |
SystemList.getRandomSystemIDs(int n)
This method returns a list of distinct IDs of a star system randomly selected from the list. |
VectorSystemID |
GalaxyBase.getGalaxySystems()
Returns the galaxy's system list. |
VectorSystemID |
GalaxyBase.getRandomSystemIDs(int n)
This method returns a list of distinct IDs of a star system randomly selected from those present in the galaxy. |
VectorSystemID |
Civ.getOccupiedSystems()
|
VectorSystemID |
Civ.getExploredSystems()
|
VectorSystemID |
Civ.getUnexploredSystems()
|
Methods in org.gjt.universe with parameters of type VectorSystemID | |
void |
WormholeOscillating.setAlternateEndPointIDs(VectorSystemID newValue)
This method assigns a new set of alternate end-point system IDs to the receiving oscillating wormhole instance. |
Constructors in org.gjt.universe with parameters of type VectorSystemID | |
WormholeOscillating(SystemID ep1,
VectorSystemID alt_eps,
float d,
boolean s,
float i,
int p)
This constructer is the desginated initializer for instances of this class, all other constructors in this class and subclasses should call this method as their first instruction. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |