Starsector API
Loading...
Searching...
No Matches
StrategicModulePlugin.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.ai;
2
3import com.fs.starfarer.api.campaign.SectorEntityToken;
4import com.fs.starfarer.api.util.TimeoutTracker;
5
6public interface StrategicModulePlugin {
7
8 void advance(float days);
9
10
13
15
16 TimeoutTracker<SectorEntityToken> getDoNotAttack();
17}
boolean isAllowedToEvade(SectorEntityToken other)
boolean isAllowedToEngage(SectorEntityToken other)
TimeoutTracker< SectorEntityToken > getDoNotAttack()