Starsector API
|
Classes | |
interface | ValueChangedListener |
Public Member Functions | |
AutoReducingValue (int value, float elapsedPerPoint, ValueChangedListener listener) | |
void | advance (float amount) |
int | getValue () |
void | setValue (int value) |
void | increaseValue (int amt) |
void | reduceValue (int amt) |
Definition at line 4 of file AutoReducingValue.java.
com.fs.starfarer.api.util.AutoReducingValue.AutoReducingValue | ( | int | value, |
float | elapsedPerPoint, | ||
ValueChangedListener | listener | ||
) |
Definition at line 16 of file AutoReducingValue.java.
Definition at line 22 of file AutoReducingValue.java.
int com.fs.starfarer.api.util.AutoReducingValue.getValue | ( | ) |
Definition at line 37 of file AutoReducingValue.java.
Definition at line 49 of file AutoReducingValue.java.
Definition at line 60 of file AutoReducingValue.java.
Definition at line 41 of file AutoReducingValue.java.