1package com.fs.starfarer.api.impl.campaign.intel.misc;
7import com.fs.starfarer.api.Global;
8import com.fs.starfarer.api.campaign.FactionAPI;
9import com.fs.starfarer.api.campaign.SectorEntityToken;
10import com.fs.starfarer.api.impl.campaign.ids.Tags;
11import com.fs.starfarer.api.ui.SectorMapAPI;
12import com.fs.starfarer.api.ui.TooltipMakerAPI;
13import com.fs.starfarer.api.util.Misc;
31 super.reportRemovedIntel();
86 return super.getIcon();
91 Set<String> tags = super.getIntelTags(map);
99 return super.getSortString();
108 return super.getFactionForUIColors();
126 return super.shouldRemoveIntel();
140 if (showPlanet !=
null && !showPlanet) showPlanet =
null;
142 this.showSpecificEntity = showPlanet;
static SettingsAPI getSettings()
void addLogTimestamp(TooltipMakerAPI info, Color tc, float opad)
static String getSoundMinorMessage()
void addDeleteButton(TooltipMakerAPI info, float width)
Color getTitleColor(ListInfoMode mode)
FactionAPI getFactionForUIColors()
Set< String > getIntelTags(SectorMapAPI map)
void reportRemovedIntel()
Boolean getShowSpecificEntity()
Boolean showSpecificEntity
void setShowSpecificEntity(Boolean showPlanet)
void setText(String text)
boolean shouldRemoveIntel()
void createSmallDescription(TooltipMakerAPI info, float width, float height)
SectorEntityToken getMapLocation(SectorMapAPI map)
void setTitle(String title)
String getCommMessageSound()
BreadcrumbIntelV2(SectorEntityToken target)
void createIntelInfo(TooltipMakerAPI info, ListInfoMode mode)
String getSmallDescriptionTitle()
void setRemoveTrigger(SectorEntityToken removeTrigger)
static Color getTextColor()
static Color getGrayColor()
static Color getHighlightColor()
String getSpriteName(String category, String id)
SectorEntityToken createToken(float x, float y)
StarSystemAPI getStarSystem()