Starsector API
Loading...
Searching...
No Matches
ColonyOtherFactorsListener.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.campaign.listeners;
2
3
import
com.fs.starfarer.api.campaign.SectorEntityToken;
4
import
com.fs.starfarer.api.ui.TooltipMakerAPI;
5
6
public
interface
ColonyOtherFactorsListener
{
7
void
printOtherFactors
(TooltipMakerAPI text,
SectorEntityToken
entity);
8
boolean
isActiveFactorFor
(
SectorEntityToken
entity);
9
}
com.fs.starfarer.api.campaign.SectorEntityToken
Definition
SectorEntityToken.java:27
com.fs.starfarer.api.campaign.listeners.ColonyOtherFactorsListener
Definition
ColonyOtherFactorsListener.java:6
com.fs.starfarer.api.campaign.listeners.ColonyOtherFactorsListener.isActiveFactorFor
boolean isActiveFactorFor(SectorEntityToken entity)
com.fs.starfarer.api.campaign.listeners.ColonyOtherFactorsListener.printOtherFactors
void printOtherFactors(TooltipMakerAPI text, SectorEntityToken entity)
src
com
fs
starfarer
api
campaign
listeners
ColonyOtherFactorsListener.java
Generated by
1.9.8