|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Wormhole | |
org.gjt.universe | |
org.gjt.universe.notification |
Uses of Wormhole in org.gjt.universe |
Subclasses of Wormhole in org.gjt.universe | |
class |
WormholeOscillating
This class implements a special kind of wormhole which has one end-point which oscillates between two or more locations on a regular basis. |
(package private) class |
WormholeUndefined
This class is used to represent a wormhole which is not defined. |
Fields in org.gjt.universe declared as Wormhole | |
private Wormhole |
OrderTransitWormhole.wormhole
|
Methods in org.gjt.universe that return Wormhole | |
static Wormhole |
WormholeList.remove(WormholeID id)
This method removes the given wormhole from the master list of those available in the game. |
static Wormhole |
WormholeList.get(WormholeID id)
This method returns the wormhole with the given ID. |
Wormhole |
OrderTransitWormhole.getWormhole()
Returns the wormhole that the fleet is to travel through. |
Methods in org.gjt.universe with parameters of type Wormhole | |
static void |
WormholeList.add(Wormhole obj)
This method adds the given wormhole to the master list of those available in the game. |
boolean |
FleetBase.transitWormhole(Wormhole wormhole)
This method transits the fleet through the specified wormhole through the end-point at the current location and though to the star system on the other side. |
Constructors in org.gjt.universe with parameters of type Wormhole | |
OrderTransitWormhole(FleetID FID,
Wormhole wormhole,
SystemBase origin,
SystemBase destination)
This is the designated constructor for instances of this class. |
Uses of Wormhole in org.gjt.universe.notification |
Methods in org.gjt.universe.notification that return Wormhole | |
Wormhole |
WormholeNotification.getSendingWormhole()
This simply returns the sending object cast to be a wormhole. |
Constructors in org.gjt.universe.notification with parameters of type Wormhole | |
WormholeNotification(java.lang.String name,
Wormhole sendingWormhole)
This is the designated constructor which should be used to create instances of this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |