Interface RingBandAPI

All Superinterfaces:
HasMemory, SectorEntityToken

public interface RingBandAPI extends SectorEntityToken
  • Method Details

    • isSpiral

      boolean isSpiral()
    • setSpiral

      void setSpiral(boolean spiral)
    • setMinSpiralRadius

      void setMinSpiralRadius(float minSpiralRadius)
    • getMinSpiralRadius

      float getMinSpiralRadius()
    • getSpiralFactor

      float getSpiralFactor()
    • setSpiralFactor

      void setSpiralFactor(float spiralFactor)
    • getSpriteKey

      String getSpriteKey()
    • getSpriteCategory

      String getSpriteCategory()
    • getFocus

      SectorEntityToken getFocus()
    • setFocus

      void setFocus(SectorEntityToken focus)
    • getBandWidthInTexture

      float getBandWidthInTexture()
    • setBandWidthInTexture

      void setBandWidthInTexture(float bandWidthInTexture)
    • getBandIndex

      int getBandIndex()
    • setBandIndex

      void setBandIndex(int bandIndex)
    • getColor

      Color getColor()
    • setColor

      void setColor(Color color)
    • getBandWidthInEngine

      float getBandWidthInEngine()
    • setBandWidthInEngine

      void setBandWidthInEngine(float bandWidthInEngine)
    • getMiddleRadius

      float getMiddleRadius()
    • setMiddleRadius

      void setMiddleRadius(float middleRadius)
    • getCategory

      String getCategory()
    • setCategory

      void setCategory(String category)
    • getOrbitDays

      float getOrbitDays()
    • setOrbitDays

      void setOrbitDays(float orbitDays)
    • getKey

      String getKey()