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