Class BaseGenericPlugin
java.lang.Object
com.fs.starfarer.api.impl.campaign.BaseGenericPlugin
- All Implemented Interfaces:
GenericPluginManagerAPI.GenericPlugin
- Direct Known Subclasses:
AbandonMarketPluginImpl
,PKDefenderPluginImpl
,SalvageGenFromSeed.SalvageDefenderModificationPluginImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getHandlingPriority
(Object params) Negative priority means plugin doesn't want to handle whatever the parameters indicate the action is.
-
Constructor Details
-
BaseGenericPlugin
public BaseGenericPlugin()
-
-
Method Details
-
getHandlingPriority
Description copied from interface:GenericPluginManagerAPI.GenericPlugin
Negative priority means plugin doesn't want to handle whatever the parameters indicate the action is.- Specified by:
getHandlingPriority
in interfaceGenericPluginManagerAPI.GenericPlugin
- Returns:
-