Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI Interface Reference

Public Member Functions

float getPhaseCost ()
 
float getPhaseUpkeep ()
 
float getFluxPerDamageAbsorbed ()
 
ShieldType getType ()
 
Color getRingColor ()
 
Color getInnerColor ()
 
float getUpkeepCost ()
 
float getArc ()
 
float getRadius ()
 
float getCenterX ()
 
float getCenterY ()
 
void setRingColor (Color color)
 
void setInnerColor (Color innerColor)
 

Detailed Description

Definition at line 18 of file ShipHullSpecAPI.java.

Member Function Documentation

◆ getArc()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getArc ( )

◆ getCenterX()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getCenterX ( )

◆ getCenterY()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getCenterY ( )

◆ getFluxPerDamageAbsorbed()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getFluxPerDamageAbsorbed ( )

◆ getInnerColor()

Color com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getInnerColor ( )

◆ getPhaseCost()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getPhaseCost ( )

◆ getPhaseUpkeep()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getPhaseUpkeep ( )

◆ getRadius()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getRadius ( )

◆ getRingColor()

Color com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getRingColor ( )

◆ getType()

ShieldType com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getType ( )

◆ getUpkeepCost()

float com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.getUpkeepCost ( )

◆ setInnerColor()

void com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.setInnerColor ( Color  innerColor)

◆ setRingColor()

void com.fs.starfarer.api.combat.ShipHullSpecAPI.ShieldSpecAPI.setRingColor ( Color  color)

The documentation for this interface was generated from the following file: