Starsector API
Loading...
Searching...
No Matches
IntelDataAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
3import java.util.List;
4
5import com.fs.starfarer.api.campaign.comm.IntelInfoPlugin;
6
7public interface IntelDataAPI {
8 List<SectorEntityToken> getCommSnifferLocations();
9
10 boolean isInShowMap();
11 void setInShowMap(boolean inShowMap);
12
14 void setSelectedIntel(IntelInfoPlugin selectedIntel);
15}
List< SectorEntityToken > getCommSnifferLocations()
void setSelectedIntel(IntelInfoPlugin selectedIntel)