public abstract class BaseHyperspaceAbyssPlugin extends java.lang.Object implements HyperspaceAbyssPlugin
| Constructor and Description |
|---|
BaseHyperspaceAbyssPlugin() |
| 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) |
abstract 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) |
public BaseHyperspaceAbyssPlugin()
public float getAbyssalDepth(SectorEntityToken entity)
getAbyssalDepth in interface HyperspaceAbyssPluginpublic float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc)
getAbyssalDepth in interface HyperspaceAbyssPluginpublic float getAbyssalDepth(SectorEntityToken entity, boolean uncapped)
getAbyssalDepth in interface HyperspaceAbyssPluginpublic abstract float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc, boolean uncapped)
getAbyssalDepth in interface HyperspaceAbyssPluginpublic boolean isInAbyss(org.lwjgl.util.vector.Vector2f loc)
isInAbyss in interface HyperspaceAbyssPluginpublic boolean isInAbyss(SectorEntityToken entity)
isInAbyss in interface HyperspaceAbyssPluginpublic void advance(float amount)
advance in interface HyperspaceAbyssPluginpublic java.util.List<StarSystemAPI> getAbyssalSystems()
getAbyssalSystems in interface HyperspaceAbyssPlugin