Uses of Enum Class
com.fs.starfarer.api.impl.campaign.CoreReputationPlugin.RepActions
Packages that use CoreReputationPlugin.RepActions
Package
Description
-
Uses of CoreReputationPlugin.RepActions in com.fs.starfarer.api.impl.campaign
Fields in com.fs.starfarer.api.impl.campaign declared as CoreReputationPlugin.RepActionsMethods in com.fs.starfarer.api.impl.campaign that return CoreReputationPlugin.RepActionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CoreReputationPlugin.RepActions[]
CoreReputationPlugin.RepActions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.fs.starfarer.api.impl.campaign with parameters of type CoreReputationPlugin.RepActionsModifierConstructorDescriptionRepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage, String reason) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel, boolean addMessageOnNoChange) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage, String reason) -
Uses of CoreReputationPlugin.RepActions in com.fs.starfarer.api.impl.campaign.missions.hub
Methods in com.fs.starfarer.api.impl.campaign.missions.hub with parameters of type CoreReputationPlugin.RepActionsModifier and TypeMethodDescriptionprotected void
BaseHubMission.adjustRep
(TextPanelAPI textPanel, BaseHubMission.HubMissionResult result, CoreReputationPlugin.RepActions action)