Class PersonBountyEventData
java.lang.Object
com.fs.starfarer.api.impl.campaign.shared.PersonBountyEventData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParticipatingFaction
(String factionId) int
getLevel()
int
getThresholdForLevel
(int level) boolean
isParticipating
(String factionId) void
removeParticipatingFaction
(String factionId) void
void
setLevel
(int level) void
setSuccessesThisLevel
(int successesThisLevel)
-
Constructor Details
-
PersonBountyEventData
public PersonBountyEventData()
-
-
Method Details
-
reportSuccess
public void reportSuccess() -
getThresholdForLevel
public int getThresholdForLevel(int level) -
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
setSuccessesThisLevel
public void setSuccessesThisLevel(int successesThisLevel) -
getParticipatingFactions
-
addParticipatingFaction
-
removeParticipatingFaction
-
isParticipating
-