Uses of Enum Class
com.fs.starfarer.api.campaign.RepLevel
Packages that use RepLevel
Package
Description
-
Uses of RepLevel in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return RepLevelModifier and TypeMethodDescriptionstatic RepLevel
RepLevel.getLevelFor
(float r) RepLevel.getOneBetter()
RepLevel.getOneWorse()
FactionAPI.getRelationshipLevel
(FactionAPI faction) FactionAPI.getRelationshipLevel
(String id) static RepLevel
Returns the enum constant of this class with the specified name.static RepLevel[]
RepLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.campaign with parameters of type RepLevelModifier and TypeMethodDescriptionboolean
FactionAPI.adjustRelationship
(String id, float delta, RepLevel limit) boolean
FactionAPI.ensureAtBest
(String id, RepLevel level) boolean
FactionAPI.ensureAtWorst
(String id, RepLevel level) FactionAPI.getRelColor
(RepLevel level) boolean
FactionAPI.isAtBest
(FactionAPI other, RepLevel level) boolean
boolean
boolean
FactionAPI.isAtWorst
(FactionAPI other, RepLevel level) boolean
boolean
void
FactionAPI.setRelationship
(String id, RepLevel level) -
Uses of RepLevel in com.fs.starfarer.api.characters
Methods in com.fs.starfarer.api.characters that return RepLevelMethods in com.fs.starfarer.api.characters with parameters of type RepLevelModifier and TypeMethodDescriptionboolean
RelationshipAPI.adjustRelationship
(float delta, RepLevel limit) boolean
RelationshipAPI.ensureAtBest
(RepLevel level) boolean
RelationshipAPI.ensureAtWorst
(RepLevel level) RelationshipAPI.getRelColor
(RepLevel level) boolean
boolean
void
-
Uses of RepLevel in com.fs.starfarer.api.impl.campaign
Fields in com.fs.starfarer.api.impl.campaign declared as RepLevelModifier and TypeFieldDescriptionCoreReputationPlugin.CustomRepImpact.ensureAtBest
CoreReputationPlugin.CustomRepImpact.ensureAtWorst
CoreReputationPlugin.MissionCompletionRep.failureLimit
CoreReputationPlugin.CustomRepImpact.limit
CoreReputationPlugin.CustomRepImpact.requireAtBest
CoreReputationPlugin.CustomRepImpact.requireAtWorst
CoreReputationPlugin.MissionCompletionRep.successLimit
Methods in com.fs.starfarer.api.impl.campaign with parameters of type RepLevelModifier and TypeMethodDescriptionstatic void
CoreReputationPlugin.addRequiredStanding
(FactionAPI faction, RepLevel req, PersonAPI person, TextPanelAPI panel, TooltipMakerAPI info, Color tc, float pad, boolean orBetter) Constructors in com.fs.starfarer.api.impl.campaign with parameters of type RepLevelModifierConstructorDescriptionMissionCompletionRep
(float successDelta, RepLevel successLimit, float failureDelta, RepLevel failureLimit) -
Uses of RepLevel in com.fs.starfarer.api.impl.campaign.events.nearby
Methods in com.fs.starfarer.api.impl.campaign.events.nearby with parameters of type RepLevelModifier and TypeMethodDescriptionprotected void
NearbyEventsEvent.adjustRep
(float repChangePercent, RepLevel limit, FactionAPI faction, PersonAPI person, TextPanelAPI text) -
Uses of RepLevel in com.fs.starfarer.api.impl.campaign.intel.punitive
Fields in com.fs.starfarer.api.impl.campaign.intel.punitive declared as RepLevel -
Uses of RepLevel in com.fs.starfarer.api.impl.campaign.missions.hub
Fields in com.fs.starfarer.api.impl.campaign.missions.hub declared as RepLevelModifier and TypeFieldDescriptionprotected RepLevel
BaseHubMission.penaltyLimitFaction
protected RepLevel
BaseHubMission.penaltyLimitPerson
protected RepLevel
BaseHubMission.rewardLimitFaction
protected RepLevel
BaseHubMission.rewardLimitPerson
Methods in com.fs.starfarer.api.impl.campaign.missions.hub that return RepLevelModifier and TypeMethodDescriptionBaseHubMission.getPenaltyLimitFaction()
BaseHubMission.getPenaltyLimitPerson()
BaseHubMission.getRewardLimitFaction()
BaseHubMission.getRewardLimitPerson()
Methods in com.fs.starfarer.api.impl.campaign.missions.hub with parameters of type RepLevelModifier and TypeMethodDescriptionvoid
BaseHubMission.setPenaltyLimitFaction
(RepLevel penaltyLimitFaction) void
BaseHubMission.setPenaltyLimitPerson
(RepLevel penaltyLimitPerson) -
Uses of RepLevel in com.fs.starfarer.api.impl.campaign.rulecmd.missions
Fields in com.fs.starfarer.api.impl.campaign.rulecmd.missions declared as RepLevel -
Uses of RepLevel in com.fs.starfarer.api.impl.campaign.submarkets
Methods in com.fs.starfarer.api.impl.campaign.submarkets with parameters of type RepLevelModifier and TypeMethodDescriptionprotected boolean
MilitarySubmarketPlugin.requiresCommission
(RepLevel req) -
Uses of RepLevel in com.fs.starfarer.api.loading
Fields in com.fs.starfarer.api.loading declared as RepLevelModifier and TypeFieldDescriptionprotected RepLevel
PersonMissionSpec.max
protected RepLevel
PersonMissionSpec.min
Methods in com.fs.starfarer.api.loading that return RepLevelMethods in com.fs.starfarer.api.loading with parameters of type RepLevel -
Uses of RepLevel in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util with parameters of type RepLevelModifier and TypeMethodDescriptionstatic void
Misc.adjustRep
(float repChangeFaction, RepLevel limit, String factionId, float repChangePerson, RepLevel personLimit, PersonAPI person, TextPanelAPI text) Misc.adjustRep
(PersonAPI person, float delta, RepLevel limit, TextPanelAPI text) Misc.adjustRep
(PersonAPI person, float delta, RepLevel limit, TextPanelAPI text, boolean addMessageOnNoChange, boolean withMessage) Misc.adjustRep
(String factionId, float delta, RepLevel limit, TextPanelAPI text) Misc.adjustRep
(String factionId, float delta, RepLevel limit, TextPanelAPI text, boolean addMessageOnNoChange, boolean withMessage)