1package com.fs.starfarer.api.campaign;
6import com.fs.starfarer.api.InteractionDialogImageVisual;
7import com.fs.starfarer.api.campaign.CampaignUIAPI.CoreUITradeMode;
8import com.fs.starfarer.api.characters.CharacterCreationData;
9import com.fs.starfarer.api.characters.PersonAPI;
10import com.fs.starfarer.api.fleet.FleetMemberAPI;
11import com.fs.starfarer.api.ui.CustomPanelAPI;
25 float x,
float y,
float w,
float h,
26 float xOffset,
float yOffset,
27 float displayWidth,
float displayHeight);
30 float xOffset,
float yOffset,
31 float displayWidth,
float displayHeight);
74 void showPersonInfo(PersonAPI person,
boolean minimalMode,
boolean withRelBar);
82 boolean withIntel, String icon, String text, Set<String> intelTags);
void showCore(CoreUITabId tabId, SectorEntityToken other, boolean noCost, CoreInteractionListener listener)
void showPlanetInfo(SectorEntityToken planet)
void setVisualFade(float in, float out)
void showLoot(String title, CargoAPI otherCargo, boolean canLeavePersonnel, boolean revealMode, boolean generatePods, CoreInteractionListener listener)
void showCore(CoreUITabId tabId, SectorEntityToken other, Object custom, CoreUITradeMode mode, CoreInteractionListener listener)
void showFleetMemberInfo(FleetMemberAPI member, boolean recoveryMode)
void showImagePortion(String category, String id, float x, float y, float w, float h, float xOffset, float yOffset, float displayWidth, float displayHeight)
void showMapMarker(SectorEntityToken marker, String title, Color titleColor, boolean withIntel, String icon, String text, Set< String > intelTags)
boolean isShowingPersonInfo(PersonAPI person)
void showLoot(String title, CargoAPI otherCargo, boolean generatePods, CoreInteractionListener listener)
void showFleetInfo(String titleOne, CampaignFleetAPI one, String titleTwo, CampaignFleetAPI two, FleetEncounterContextPlugin context)
void showCore(CoreUITabId tabId, SectorEntityToken other, CoreUITradeMode mode, CoreInteractionListener listener)
void showImagePortion(String category, String id, float w, float h, float xOffset, float yOffset, float displayWidth, float displayHeight)
void showSecondPerson(PersonAPI person)
void showNewGameOptionsPanel(CharacterCreationData data)
CustomPanelAPI showCustomPanel(float width, float height, CustomUIPanelPlugin plugin)
void showThirdPerson(PersonAPI person)
void showPersonInfo(PersonAPI person, boolean minimalMode)
void showPersonInfo(PersonAPI person, boolean minimalMode, boolean withRelBar)
void showLargePlanet(SectorEntityToken planet)
void showCore(CoreUITabId tabId, SectorEntityToken other, Object custom, CoreInteractionListener listener)
void showFleetInfo(String titleOne, CampaignFleetAPI one, String titleTwo, CampaignFleetAPI two, FleetEncounterContextPlugin context, boolean recoveryMode)
void removeMapMarkerFromPersonInfo()
void showCore(CoreUITabId tabId, SectorEntityToken other, CoreInteractionListener listener)
void restoreSavedVisual()
void showFleetMemberInfo(FleetMemberAPI member)
void showPersonInfo(PersonAPI person)
void showImageVisual(InteractionDialogImageVisual visual)
void showPreBattleJoinInfo(String playerTitle, CampaignFleetAPI playerFleet, String titleOne, String titleTwo, FleetEncounterContextPlugin context)
void showFleetInfo(String titleOne, CampaignFleetAPI one, String titleTwo, CampaignFleetAPI two)