Interface FGAction
- All Known Subinterfaces:
GenericRaidFGI.GenericPayloadAction
- All Known Implementing Classes:
BaseFGAction
,FGBlockadeAction
,FGBlockadePlanetAction
,FGDurationAction
,FGRaidAction
,FGTravelAction
,FGWaitAction
public interface FGAction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
directFleets
(float amount) float
getId()
getIntel()
boolean
void
void
void
setActionFinished
(boolean finished) void
Not required for every action.void
setIntel
(FleetGroupIntel intel)
-
Method Details
-
getId
String getId() -
setId
Not required for every action.- Parameters:
id
-
-
addRouteSegment
-
notifySegmentFinished
-
notifyFleetsSpawnedMidSegment
-
directFleets
void directFleets(float amount) -
isActionFinished
boolean isActionFinished() -
setActionFinished
void setActionFinished(boolean finished) -
getIntel
FleetGroupIntel getIntel() -
setIntel
-
getEstimatedDaysToComplete
float getEstimatedDaysToComplete()
-