|
| interface | ValueChangedListener |
| |
Definition at line 4 of file AutoReducingValue.java.
◆ AutoReducingValue()
| com.fs.starfarer.api.util.AutoReducingValue.AutoReducingValue |
( |
int | value, |
|
|
float | elapsedPerPoint, |
|
|
ValueChangedListener | listener ) |
◆ advance()
| void com.fs.starfarer.api.util.AutoReducingValue.advance |
( |
float | amount | ) |
|
◆ getValue()
| int com.fs.starfarer.api.util.AutoReducingValue.getValue |
( |
| ) |
|
◆ increaseValue()
| void com.fs.starfarer.api.util.AutoReducingValue.increaseValue |
( |
int | amt | ) |
|
◆ reduceValue()
| void com.fs.starfarer.api.util.AutoReducingValue.reduceValue |
( |
int | amt | ) |
|
◆ setValue()
| void com.fs.starfarer.api.util.AutoReducingValue.setValue |
( |
int | value | ) |
|
The documentation for this class was generated from the following file: