Package com.fs.starfarer.api.campaign
Interface RingBandAPI
- All Superinterfaces:
HasMemory
,SectorEntityToken
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fs.starfarer.api.campaign.SectorEntityToken
SectorEntityToken.VisibilityLevel
-
Method Summary
Modifier and TypeMethodDescriptionint
float
float
getColor()
getFocus()
getKey()
float
float
float
float
boolean
isSpiral()
void
setBandIndex
(int bandIndex) void
setBandWidthInEngine
(float bandWidthInEngine) void
setBandWidthInTexture
(float bandWidthInTexture) void
setCategory
(String category) void
void
setFocus
(SectorEntityToken focus) void
setMiddleRadius
(float middleRadius) void
setMinSpiralRadius
(float minSpiralRadius) void
setOrbitDays
(float orbitDays) void
setSpiral
(boolean spiral) void
setSpiralFactor
(float spiralFactor) Methods inherited from interface com.fs.starfarer.api.campaign.SectorEntityToken
addAbility, addDropRandom, addDropRandom, addDropRandom, addDropValue, addDropValue, addFloatingText, addFloatingText, addScript, addTag, advance, autoUpdateHyperLocationBasedOnInSystemEntityAtRadius, clearAbilities, clearFloatingText, clearTags, fadeInIndicator, fadeOutIndicator, forceOutIndicator, forceSensorContactFaderBrightness, forceSensorFaderBrightness, forceSensorFaderOut, getAbilities, getAbility, getActivePerson, getAlwaysUseSensorFaderBrightness, getAutogenJumpPointNameInHyper, getBaseSensorRangeToDetect, getCargo, getCircularOrbitAngle, getCircularOrbitPeriod, getCircularOrbitRadius, getConstellation, getContainingLocation, getCustomData, getCustomDescriptionId, getCustomEntitySpec, getCustomEntityType, getCustomInteractionDialogImageVisual, getCustomPlugin, getDetectedRangeMod, getDetectionRangeDetailsOverrideMult, getDiscoveryXP, getDropRandom, getDropValue, getExtendedDetectedAtRange, getFacing, getFaction, getFullName, getId, getIndicatorColor, getLightColor, getLightSource, getLocation, getLocationInHyperspace, getMarket, getMaxSensorRangeToDetect, getMemory, getMemoryWithoutUpdate, getName, getOrbit, getOrbitFocus, getRadius, getSalvageXP, getScripts, getSensorContactFaderBrightness, getSensorFaderBrightness, getSensorProfile, getSensorRangeMod, getSensorStrength, getStarSystem, getTags, getVelocity, getVisibilityLevelOfPlayerFleet, getVisibilityLevelTo, getVisibilityLevelToPlayerFleet, hasAbility, hasDiscoveryXP, hasSalvageXP, hasScriptOfClass, hasSensorProfile, hasSensorStrength, hasTag, isAlive, isDiscoverable, isExpired, isFreeTransfer, isInCurrentLocation, isInHyperspace, isInOrNearSystem, isPlayerFleet, isSkipForJumpPointAutoGen, isStar, isSystemCenter, isTransponderOn, isVisibleToPlayerFleet, isVisibleToSensorsOf, removeAbility, removeScript, removeScriptsOfClass, removeTag, setActivePerson, setAlwaysUseSensorFaderBrightness, setAutogenJumpPointNameInHyper, setCircularOrbit, setCircularOrbitAngle, setCircularOrbitPointingDown, setCircularOrbitWithSpin, setContainingLocation, setCustomDescriptionId, setCustomInteractionDialogImageVisual, setDetectionRangeDetailsOverrideMult, setDiscoverable, setDiscoveryXP, setExpired, setExtendedDetectedAtRange, setFacing, setFaction, setFixedLocation, setFreeTransfer, setId, setInteractionImage, setLightSource, setLocation, setMarket, setMemory, setName, setOrbit, setOrbitFocus, setSalvageXP, setSensorProfile, setSensorStrength, setSkipForJumpPointAutoGen, setTransponderOn
-
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
-
getBandWidthInTexture
float getBandWidthInTexture() -
setBandWidthInTexture
void setBandWidthInTexture(float bandWidthInTexture) -
getBandIndex
int getBandIndex() -
setBandIndex
void setBandIndex(int bandIndex) -
getColor
Color getColor() -
setColor
-
getBandWidthInEngine
float getBandWidthInEngine() -
setBandWidthInEngine
void setBandWidthInEngine(float bandWidthInEngine) -
getMiddleRadius
float getMiddleRadius() -
setMiddleRadius
void setMiddleRadius(float middleRadius) -
getCategory
String getCategory() -
setCategory
-
getOrbitDays
float getOrbitDays() -
setOrbitDays
void setOrbitDays(float orbitDays) -
getKey
String getKey()
-