Class WormholeManager
java.lang.Object
com.fs.starfarer.api.impl.campaign.shared.WormholeManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWormhole
(SpecialItemData item, SectorEntityToken stableLocation, InteractionDialogAPI dialog) static SpecialItemData
createWormholeAnchor
(String id, String name) static SpecialItemData
createWormholeAnchor
(String category, String id, String name) static WormholeManager
get()
getDeployed
(String id) boolean
isDeployed
(String id) void
removeWormhole
(JumpPointAPI jp, InteractionDialogAPI dialog) void
static boolean
willWormholeBecomeUnstable
(SectorEntityToken stableLocation)
-
Field Details
-
KEY
-
WORMHOLE
-
LIMBO_STABLE_LOCATION
-
GOT_WORMHOLE_CALIBRATION_DATA
-
UNSTABLE_DURATION_MIN
public static float UNSTABLE_DURATION_MIN -
UNSTABLE_DURATION_MAX
public static float UNSTABLE_DURATION_MAX -
deployed
-
-
Constructor Details
-
WormholeManager
public WormholeManager()
-
-
Method Details
-
get
-
willWormholeBecomeUnstable
-
updateWormholeDestinations
public void updateWormholeDestinations() -
addWormhole
public JumpPointAPI addWormhole(SpecialItemData item, SectorEntityToken stableLocation, InteractionDialogAPI dialog) -
removeWormhole
-
isDeployed
-
getDeployed
-
createWormholeAnchor
-
createWormholeAnchor
-