1package com.fs.starfarer.api.impl.campaign.terrain;
3import java.util.ArrayList;
6import org.lwjgl.util.vector.Vector2f;
8import com.fs.starfarer.api.campaign.SectorEntityToken;
9import com.fs.starfarer.api.campaign.StarSystemAPI;
43 return new ArrayList<StarSystemAPI>();
List< StarSystemAPI > getAbyssalSystems()
float getAbyssalDepth(SectorEntityToken entity, boolean uncapped)
boolean isInAbyss(Vector2f loc)
BaseHyperspaceAbyssPlugin()
float getAbyssalDepth(Vector2f loc)
abstract float getAbyssalDepth(Vector2f loc, boolean uncapped)
boolean isInAbyss(SectorEntityToken entity)
void advance(float amount)
float getAbyssalDepth(SectorEntityToken entity)