Interface HyperspaceAbyssPlugin
- All Known Implementing Classes:
BaseHyperspaceAbyssPlugin
,HyperspaceAbyssPluginImpl
public interface HyperspaceAbyssPlugin
-
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) float
getAbyssalDepth
(org.lwjgl.util.vector.Vector2f loc, boolean uncapped) boolean
isInAbyss
(SectorEntityToken entity) boolean
isInAbyss
(org.lwjgl.util.vector.Vector2f loc)
-
Method Details
-
isInAbyss
boolean isInAbyss(org.lwjgl.util.vector.Vector2f loc) -
isInAbyss
-
getAbyssalDepth
float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc) -
getAbyssalDepth
-
getAbyssalDepth
float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc, boolean uncapped) -
getAbyssalDepth
-
advance
void advance(float amount) -
getAbyssalSystems
List<StarSystemAPI> getAbyssalSystems()
-