Class BasePLStat
java.lang.Object
com.fs.starfarer.api.impl.campaign.plog.BasePLStat
- All Implemented Interfaces:
PLStat
- Direct Known Subclasses:
PLStatCargo
,PLStatColonies
,PLStatCredits
,PLStatCrew
,PLStatFleet
,PLStatFuel
,PLStatLevel
,PLStatMarines
,PLStatSupplies
-
Field Summary
Fields inherited from interface com.fs.starfarer.api.impl.campaign.plog.PLStat
CARGO_MAX, COLONY_MAX, CREDITS_MAX, FLEET_MAX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
long
long
getHoverText
(long value) getId()
long
protected Object
-
Constructor Details
-
BasePLStat
public BasePLStat()
-
-
Method Details
-
readResolve
-
getGraphColor
- Specified by:
getGraphColor
in interfacePLStat
-
getGraphLabel
- Specified by:
getGraphLabel
in interfacePLStat
-
getId
-
accrueValue
public void accrueValue()- Specified by:
accrueValue
in interfacePLStat
-
getValueForAllAccrued
public long getValueForAllAccrued()- Specified by:
getValueForAllAccrued
in interfacePLStat
-
getCurrentValue
public long getCurrentValue() -
getGraphMax
public long getGraphMax()- Specified by:
getGraphMax
in interfacePLStat
-
getHoverText
- Specified by:
getHoverText
in interfacePLStat
-