Starsector API
Loading...
Searching...
No Matches
SectorMapAPI.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.ui;
2
3
import
com.fs.starfarer.api.campaign.SectorEntityToken;
4
import
com.fs.starfarer.api.campaign.comm.IntelInfoPlugin;
5
import
com.fs.starfarer.api.impl.campaign.procgen.Constellation;
6
7
public
interface
SectorMapAPI
{
8
SectorEntityToken
getConstellationLabelEntity
(Constellation c);
9
SectorEntityToken
getIntelIconEntity
(IntelInfoPlugin plugin);
10
}
com.fs.starfarer.api.ui.SectorMapAPI
Definition
SectorMapAPI.java:7
com.fs.starfarer.api.ui.SectorMapAPI.getIntelIconEntity
SectorEntityToken getIntelIconEntity(IntelInfoPlugin plugin)
com.fs.starfarer.api.ui.SectorMapAPI.getConstellationLabelEntity
SectorEntityToken getConstellationLabelEntity(Constellation c)
src
com
fs
starfarer
api
ui
SectorMapAPI.java
Generated by
1.9.8