|
| | VENGEFUL =("Vengeful", getT4(), 1f) |
| |
| | HOSTILE =("Hostile", getT3(), getT4()) |
| |
| | INHOSPITABLE =("Inhospitable", getT2(), getT3()) |
| |
| | SUSPICIOUS =("Suspicious", getT1(), getT2()) |
| |
| | NEUTRAL =("Neutral", 0, getT1()) |
| |
| | FAVORABLE =("Favorable", getT1(), getT2()) |
| |
| | WELCOMING =("Welcoming", getT2(), getT3()) |
| |
| | FRIENDLY =("Friendly", getT3(), getT4()) |
| |
| | COOPERATIVE =("Cooperative", getT4(), 1f) |
| |
Definition at line 3 of file RepLevel.java.
◆ getDisplayName()
| String com.fs.starfarer.api.campaign.RepLevel.getDisplayName |
( |
| ) |
|
◆ getLevelFor()
| static RepLevel com.fs.starfarer.api.campaign.RepLevel.getLevelFor |
( |
float | r | ) |
|
|
static |
◆ getMax()
| float com.fs.starfarer.api.campaign.RepLevel.getMax |
( |
| ) |
|
◆ getMin()
| float com.fs.starfarer.api.campaign.RepLevel.getMin |
( |
| ) |
|
◆ getOneBetter()
| RepLevel com.fs.starfarer.api.campaign.RepLevel.getOneBetter |
( |
| ) |
|
◆ getOneWorse()
| RepLevel com.fs.starfarer.api.campaign.RepLevel.getOneWorse |
( |
| ) |
|
◆ getRepInt()
| static int com.fs.starfarer.api.campaign.RepLevel.getRepInt |
( |
float | f | ) |
|
|
static |
◆ getT1()
| static float com.fs.starfarer.api.campaign.RepLevel.getT1 |
( |
| ) |
|
|
static |
◆ getT2()
| static float com.fs.starfarer.api.campaign.RepLevel.getT2 |
( |
| ) |
|
|
static |
◆ getT3()
| static float com.fs.starfarer.api.campaign.RepLevel.getT3 |
( |
| ) |
|
|
static |
◆ getT4()
| static float com.fs.starfarer.api.campaign.RepLevel.getT4 |
( |
| ) |
|
|
static |
◆ isAtBest()
| boolean com.fs.starfarer.api.campaign.RepLevel.isAtBest |
( |
RepLevel | level | ) |
|
◆ isAtWorst()
| boolean com.fs.starfarer.api.campaign.RepLevel.isAtWorst |
( |
RepLevel | level | ) |
|
◆ isNegative()
| boolean com.fs.starfarer.api.campaign.RepLevel.isNegative |
( |
| ) |
|
◆ isNeutral()
| boolean com.fs.starfarer.api.campaign.RepLevel.isNeutral |
( |
| ) |
|
◆ isPositive()
| boolean com.fs.starfarer.api.campaign.RepLevel.isPositive |
( |
| ) |
|
◆ COOPERATIVE
| com.fs.starfarer.api.campaign.RepLevel.COOPERATIVE =("Cooperative", getT4(), 1f) |
◆ FAVORABLE
| com.fs.starfarer.api.campaign.RepLevel.FAVORABLE =("Favorable", getT1(), getT2()) |
◆ FRIENDLY
| com.fs.starfarer.api.campaign.RepLevel.FRIENDLY =("Friendly", getT3(), getT4()) |
◆ HOSTILE
| com.fs.starfarer.api.campaign.RepLevel.HOSTILE =("Hostile", getT3(), getT4()) |
◆ INHOSPITABLE
| com.fs.starfarer.api.campaign.RepLevel.INHOSPITABLE =("Inhospitable", getT2(), getT3()) |
◆ NEUTRAL
| com.fs.starfarer.api.campaign.RepLevel.NEUTRAL =("Neutral", 0, getT1()) |
◆ SUSPICIOUS
| com.fs.starfarer.api.campaign.RepLevel.SUSPICIOUS =("Suspicious", getT1(), getT2()) |
◆ VENGEFUL
| com.fs.starfarer.api.campaign.RepLevel.VENGEFUL =("Vengeful", getT4(), 1f) |
◆ WELCOMING
| com.fs.starfarer.api.campaign.RepLevel.WELCOMING =("Welcoming", getT2(), getT3()) |
The documentation for this enum was generated from the following file: