public class CBPatrol extends BaseCustomBountyCreator
CustomBountyCreator.CustomBountyDataDEFAULT_FREQUENCY, STAGEMAX_DIFFICULTY, MIN_DIFFICULTY| Constructor and Description |
|---|
CBPatrol() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTargetLocationAndDescription(TooltipMakerAPI info,
float width,
float height,
HubMissionWithBarEvent mission,
CustomBountyCreator.CustomBountyData data) |
void |
addTargetLocationAndDescriptionBulletPoint(TooltipMakerAPI info,
java.awt.Color tc,
float pad,
HubMissionWithBarEvent mission,
CustomBountyCreator.CustomBountyData data) |
CustomBountyCreator.CustomBountyData |
createBounty(MarketAPI createdAt,
HubMissionWithBarEvent mission,
int difficulty,
java.lang.Object bountyStage) |
java.lang.String |
getBountyNamePostfix(HubMissionWithBarEvent mission,
CustomBountyCreator.CustomBountyData data) |
float |
getFrequency(HubMissionWithBarEvent mission,
int difficulty) |
int |
getMaxDifficulty() |
int |
getMinDifficulty() |
void |
updateInteractionData(HubMissionWithBarEvent mission,
CustomBountyCreator.CustomBountyData data) |
addFleetDescription, addIntelAssessment, beginFleet, createFleet, getBaseBountyName, getBountyDays, getIconName, getId, getNumCompletedForPerson, getNumCompletedGlobal, getNumCompletedGlobalKey, getNumCompletedPerPersonKey, getRepFaction, getRepPerson, getSystemWithNoTimeLimit, isReduceFrequencyBasedOnNumberOfCompletions, isRepeatableGlobally, isRepeatablePerPerson, notifyAccepted, notifyCompleted, notifyFailed, setRepChangesBasedOnDifficulty, systemMatchesRequirementpublic CBPatrol()
public float getFrequency(HubMissionWithBarEvent mission, int difficulty)
getFrequency in interface CustomBountyCreatorgetFrequency in class BaseCustomBountyCreatorpublic java.lang.String getBountyNamePostfix(HubMissionWithBarEvent mission, CustomBountyCreator.CustomBountyData data)
getBountyNamePostfix in interface CustomBountyCreatorgetBountyNamePostfix in class BaseCustomBountyCreatorpublic void addTargetLocationAndDescriptionBulletPoint(TooltipMakerAPI info, java.awt.Color tc, float pad, HubMissionWithBarEvent mission, CustomBountyCreator.CustomBountyData data)
addTargetLocationAndDescriptionBulletPoint in interface CustomBountyCreatoraddTargetLocationAndDescriptionBulletPoint in class BaseCustomBountyCreatorpublic void addTargetLocationAndDescription(TooltipMakerAPI info, float width, float height, HubMissionWithBarEvent mission, CustomBountyCreator.CustomBountyData data)
addTargetLocationAndDescription in interface CustomBountyCreatoraddTargetLocationAndDescription in class BaseCustomBountyCreatorpublic CustomBountyCreator.CustomBountyData createBounty(MarketAPI createdAt, HubMissionWithBarEvent mission, int difficulty, java.lang.Object bountyStage)
createBounty in interface CustomBountyCreatorcreateBounty in class BaseCustomBountyCreatorpublic void updateInteractionData(HubMissionWithBarEvent mission, CustomBountyCreator.CustomBountyData data)
updateInteractionData in interface CustomBountyCreatorupdateInteractionData in class BaseCustomBountyCreatorpublic int getMaxDifficulty()
getMaxDifficulty in interface CustomBountyCreatorgetMaxDifficulty in class BaseCustomBountyCreatorpublic int getMinDifficulty()
getMinDifficulty in interface CustomBountyCreatorgetMinDifficulty in class BaseCustomBountyCreator