public interface HyperspaceAbyssPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
java.util.List<StarSystemAPI> |
getAbyssalSystems() |
boolean |
isInAbyss(SectorEntityToken entity) |
boolean |
isInAbyss(org.lwjgl.util.vector.Vector2f loc) |
boolean isInAbyss(org.lwjgl.util.vector.Vector2f loc)
boolean isInAbyss(SectorEntityToken entity)
float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc)
float getAbyssalDepth(SectorEntityToken entity)
float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc, boolean uncapped)
float getAbyssalDepth(SectorEntityToken entity, boolean uncapped)
void advance(float amount)
java.util.List<StarSystemAPI> getAbyssalSystems()