Class BaseHyperspaceAbyssPlugin
java.lang.Object
com.fs.starfarer.api.impl.campaign.terrain.BaseHyperspaceAbyssPlugin
- All Implemented Interfaces:
HyperspaceAbyssPlugin
- Direct Known Subclasses:
HyperspaceAbyssPluginImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount) float
getAbyssalDepth
(SectorEntityToken entity) float
getAbyssalDepth
(SectorEntityToken entity, boolean uncapped) float
getAbyssalDepth
(org.lwjgl.util.vector.Vector2f loc) abstract float
getAbyssalDepth
(org.lwjgl.util.vector.Vector2f loc, boolean uncapped) boolean
isInAbyss
(SectorEntityToken entity) boolean
isInAbyss
(org.lwjgl.util.vector.Vector2f loc)
-
Constructor Details
-
BaseHyperspaceAbyssPlugin
public BaseHyperspaceAbyssPlugin()
-
-
Method Details
-
getAbyssalDepth
- Specified by:
getAbyssalDepth
in interfaceHyperspaceAbyssPlugin
-
getAbyssalDepth
public float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc) - Specified by:
getAbyssalDepth
in interfaceHyperspaceAbyssPlugin
-
getAbyssalDepth
- Specified by:
getAbyssalDepth
in interfaceHyperspaceAbyssPlugin
-
getAbyssalDepth
public abstract float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc, boolean uncapped) - Specified by:
getAbyssalDepth
in interfaceHyperspaceAbyssPlugin
-
isInAbyss
public boolean isInAbyss(org.lwjgl.util.vector.Vector2f loc) - Specified by:
isInAbyss
in interfaceHyperspaceAbyssPlugin
-
isInAbyss
- Specified by:
isInAbyss
in interfaceHyperspaceAbyssPlugin
-
advance
public void advance(float amount) - Specified by:
advance
in interfaceHyperspaceAbyssPlugin
-
getAbyssalSystems
- Specified by:
getAbyssalSystems
in interfaceHyperspaceAbyssPlugin
-