|
| static void | main (String[] args) |
| |
Definition at line 7 of file ValueShifterUtil.java.
◆ ValueShifterUtil()
| com.fs.starfarer.api.util.ValueShifterUtil.ValueShifterUtil |
( |
float | base | ) |
|
◆ advance()
| void com.fs.starfarer.api.util.ValueShifterUtil.advance |
( |
float | amount | ) |
|
◆ getAverageShift()
| float com.fs.starfarer.api.util.ValueShifterUtil.getAverageShift |
( |
| ) |
|
◆ getBase()
| float com.fs.starfarer.api.util.ValueShifterUtil.getBase |
( |
| ) |
|
◆ getCurr()
| float com.fs.starfarer.api.util.ValueShifterUtil.getCurr |
( |
| ) |
|
◆ getShiftProgress()
| float com.fs.starfarer.api.util.ValueShifterUtil.getShiftProgress |
( |
Object | key | ) |
|
◆ isShifted()
| boolean com.fs.starfarer.api.util.ValueShifterUtil.isShifted |
( |
| ) |
|
◆ isUseSquareOfProgress()
| boolean com.fs.starfarer.api.util.ValueShifterUtil.isUseSquareOfProgress |
( |
| ) |
|
◆ main()
| static void com.fs.starfarer.api.util.ValueShifterUtil.main |
( |
String[] | args | ) |
|
|
static |
◆ setBase()
| void com.fs.starfarer.api.util.ValueShifterUtil.setBase |
( |
float | base | ) |
|
◆ setUseSquareOfProgress()
| void com.fs.starfarer.api.util.ValueShifterUtil.setUseSquareOfProgress |
( |
boolean | useSquareOfProgress | ) |
|
◆ shift()
| void com.fs.starfarer.api.util.ValueShifterUtil.shift |
( |
Object | source, |
|
|
float | to, |
|
|
float | durIn, |
|
|
float | durOut, |
|
|
float | shift ) |
◆ updateCurr()
| void com.fs.starfarer.api.util.ValueShifterUtil.updateCurr |
( |
| ) |
|
|
protected |
◆ averageShift
| transient float com.fs.starfarer.api.util.ValueShifterUtil.averageShift |
|
protected |
◆ base
| float com.fs.starfarer.api.util.ValueShifterUtil.base |
|
protected |
◆ curr
| float com.fs.starfarer.api.util.ValueShifterUtil.curr |
|
protected |
◆ data
| Map<Object, ShiftData2> com.fs.starfarer.api.util.ValueShifterUtil.data = new LinkedHashMap<Object, ShiftData2>() |
|
protected |
◆ useSquareOfProgress
| boolean com.fs.starfarer.api.util.ValueShifterUtil.useSquareOfProgress = true |
|
protected |
The documentation for this class was generated from the following file: