Starsector API
Loading...
Searching...
No Matches
RingBandAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
3import java.awt.Color;
4
5public interface RingBandAPI extends SectorEntityToken {
6
7 boolean isSpiral();
8 void setSpiral(boolean spiral);
9 void setMinSpiralRadius(float minSpiralRadius);
12 void setSpiralFactor(float spiralFactor);
13
14 String getSpriteKey();
19 void setBandWidthInTexture(float bandWidthInTexture);
21 void setBandIndex(int bandIndex);
22 Color getColor();
23 void setColor(Color color);
25 void setBandWidthInEngine(float bandWidthInEngine);
27 void setMiddleRadius(float middleRadius);
28 String getCategory();
29 void setCategory(String category);
30 float getOrbitDays();
31 void setOrbitDays(float orbitDays);
32 String getKey();
33}
void setMiddleRadius(float middleRadius)
void setSpiralFactor(float spiralFactor)
void setBandWidthInEngine(float bandWidthInEngine)
void setBandWidthInTexture(float bandWidthInTexture)
void setMinSpiralRadius(float minSpiralRadius)
void setFocus(SectorEntityToken focus)