|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanetID | |
org.gjt.universe | |
org.gjt.universe.gui | |
org.gjt.universe.gui.one | |
org.gjt.universe.scheme001 |
Uses of PlanetID in org.gjt.universe |
Fields in org.gjt.universe declared as PlanetID | |
private PlanetID |
ResultColonize.PID
|
static PlanetID |
PlanetUndefined.ID
|
private static PlanetID |
PlanetBase.currentID
|
private PlanetID |
PlanetBase.ID
|
private PlanetID |
PlanetBase.planetaryPrimaryID
|
private PlanetID |
OrderColonize.PID
|
(package private) PlanetID |
Location.planetid
|
private PlanetID |
KnowledgePlanet.planetID
|
private PlanetID |
DisplayReturn.planet
|
private PlanetID |
Civ.HomePlanet
|
Methods in org.gjt.universe that return PlanetID | |
PlanetID |
VectorPlanetID.get(int idx)
|
abstract PlanetID |
SchemeBase.newPlanet(SystemID SID,
int starIndex,
java.lang.String in_name)
Factory method for creating this scheme's version of a Planet |
PlanetID |
PlanetBase.getID()
|
static PlanetID |
PlanetBase.getID(java.lang.String in_name)
|
PlanetID |
PlanetBase.getPlanetaryPrimaryID()
This method returns the ID of the planetary body which the receiving instance is orbiting. |
PlanetID |
OrderColonize.getPlanet()
|
PlanetID |
Location.getPlanet()
|
(package private) PlanetID |
KnowledgePlanet.getPlanetID()
|
PlanetID |
DisplayReturn.getPlanet()
|
PlanetID |
Civ.getHomePlanet()
|
Methods in org.gjt.universe with parameters of type PlanetID | |
void |
VectorPlanetID.add(PlanetID PID)
|
void |
SystemUndefined.insertPlanet(PlanetID PID)
Adds a new planet with the given ID to the system instance. |
void |
SystemBase.insertPlanet(PlanetID PID)
Adds a new planet with the given ID to the system instance. |
void |
SystemBase.planetChangedOwner(PlanetID aPlanetID,
CivID newPlanetOwner)
This method is called by planets in the star system when they have changed ownership. |
boolean |
ShipDesignUndefined.colonize(PlanetID PID)
|
abstract boolean |
ShipDesignBase.colonize(PlanetID PID)
|
boolean |
ShipBase.colonize(PlanetID PID)
|
abstract StationID |
SchemeBase.newStation(CivID owner,
PlanetID PID)
Factory method for creating this scheme's version of a Station |
static void |
ResultColonize.newResult(CivID AID,
FleetID FID,
PlanetID PID)
Contructior for a new colonization result instance. |
static RelationshipType |
Relationship.getRelationshipType(CivID me,
PlanetID PID)
|
static PlanetBase |
PlanetList.get(PlanetID idx)
|
void |
PlanetBase.setPlanetaryPrimaryID(PlanetID newValue)
This method sets the ID of the planetary body which the receiving instance is orbiting. |
void |
OrderColonize.setPlanet(PlanetID PID)
|
(package private) void |
KnowledgePlanetMap.insert(PlanetID PID,
KnowledgeID KID)
|
(package private) KnowledgeID |
KnowledgePlanetMap.get(PlanetID PID)
|
(package private) static KnowledgeID |
KnowledgePlanet.newKnowledge(CivID AID,
PlanetID PID)
Used to create a new PlanetKnowledge object. |
(package private) void |
KnowledgePlanet.setPlanetID(PlanetID new_planetID)
|
(package private) static KnowledgeID |
Knowledge.detect(CivID AID,
PlanetID PID)
|
(package private) static KnowledgeID |
Knowledge.explore(CivID AID,
PlanetID PID)
|
boolean |
FleetBase.colonize(PlanetID PID)
This method causes the receiving fleet to attempt to colonize the planet with the given ID using one of the colonization ships present in the fleet. |
static VectorDisplayReturn |
DisplayPlanet.getSpecific(CivID playerID,
PlanetID planetID)
|
static VectorDisplayReturn |
DisplayDebug.getPlanet(PlanetID PID)
|
(package private) void |
Civ.setHomePlanet(PlanetID PID)
This method sets the given planet to be the home planet of the receiving instance. |
Constructors in org.gjt.universe with parameters of type PlanetID | |
ResultColonize(CivID AID,
FleetID FID,
PlanetID PID)
|
|
Relationship(CivID me,
PlanetID PID)
|
|
OrderColonize(FleetID FID,
PlanetID PID)
|
|
Location(PlanetID PID)
Constructor that takes a PlanetID object representing orbiting the planet. |
|
Location(PlanetID PID,
boolean surface)
Constructor that takes a PlanetID object and a boolean representing if the location is in orbit or on the surface. |
|
KnowledgePlanet(PlanetID planet)
|
|
DisplayReturn(java.lang.String in_str,
PlanetID in_planet)
|
Uses of PlanetID in org.gjt.universe.gui |
Fields in org.gjt.universe.gui declared as PlanetID | |
private PlanetID |
GUIPlanetSpecificJFC.planet
|
Methods in org.gjt.universe.gui that return PlanetID | |
PlanetID |
PlanetDiagramPanel.getPlanetID()
This method returns the ID of the planet which is being represented in the panel. |
PlanetID |
GUISystemContentsPanel.StellarOrbitPanel.getPlanetID()
This method returns the ID of the planet which is the primary body in the stellar orbit. |
Methods in org.gjt.universe.gui with parameters of type PlanetID | |
private boolean |
GUIFleetColonizeJFC.planetHasStation(PlanetID _PID,
VectorStationID _VSID)
|
private void |
GUIDebugDialogJFC.run(PlanetID PID)
|
Constructors in org.gjt.universe.gui with parameters of type PlanetID | |
GUIPlanetSpecificJFC(CivID AID,
PlanetID PID)
|
|
GUIDebugDialogJFC(PlanetID PID)
|
Uses of PlanetID in org.gjt.universe.gui.one |
Methods in org.gjt.universe.gui.one with parameters of type PlanetID | |
private static void |
InfoScreen.planet(GUIFactoryOne gui,
javax.swing.JPanel panel,
PlanetID PID)
|
Uses of PlanetID in org.gjt.universe.scheme001 |
Fields in org.gjt.universe.scheme001 declared as PlanetID | |
private PlanetID |
Station_001.planetMember
|
PlanetID |
Module_001_Station_ResearchTest.testPlanetID
|
Methods in org.gjt.universe.scheme001 that return PlanetID | |
PlanetID |
Scheme_001.newPlanet(SystemID SID,
int star_index,
java.lang.String in_name)
Factory method for creating this scheme's version of a Planet |
(package private) static PlanetID |
Planet_001.newPlanet(SystemID SID,
int starIndex,
java.lang.String in_name)
This factory class method returns a newly created planet in the given system, orbiting the given star, and having the given name. |
Methods in org.gjt.universe.scheme001 with parameters of type PlanetID | |
(package private) static StationID |
Station_001.newStation(CivID owner,
PlanetID PID)
|
boolean |
ShipDesign_001.colonize(PlanetID PID)
|
StationID |
Scheme_001.newStation(CivID owner,
PlanetID PID)
Factory method for creating this scheme's version of a Station |
Constructors in org.gjt.universe.scheme001 with parameters of type PlanetID | |
Station_001(CivID owner,
java.lang.String in_name,
PlanetID planet)
Private constructor - called by newStation() |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |