001package com.fs.starfarer.api.ui;
002
003import com.fs.starfarer.api.campaign.SectorEntityToken;
004import com.fs.starfarer.api.campaign.comm.IntelInfoPlugin;
005import com.fs.starfarer.api.impl.campaign.procgen.Constellation;
006
007public interface SectorMapAPI {
008        SectorEntityToken getConstellationLabelEntity(Constellation c);
009        SectorEntityToken getIntelIconEntity(IntelInfoPlugin plugin);
010}