Interface HyperspaceAbyssPlugin

All Known Implementing Classes:
BaseHyperspaceAbyssPlugin, HyperspaceAbyssPluginImpl

public interface HyperspaceAbyssPlugin
  • Method Details

    • isInAbyss

      boolean isInAbyss(org.lwjgl.util.vector.Vector2f loc)
    • isInAbyss

      boolean isInAbyss(SectorEntityToken entity)
    • getAbyssalDepth

      float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc)
    • getAbyssalDepth

      float getAbyssalDepth(SectorEntityToken entity)
    • getAbyssalDepth

      float getAbyssalDepth(org.lwjgl.util.vector.Vector2f loc, boolean uncapped)
    • getAbyssalDepth

      float getAbyssalDepth(SectorEntityToken entity, boolean uncapped)
    • advance

      void advance(float amount)
    • getAbyssalSystems

      List<StarSystemAPI> getAbyssalSystems()