Class CoreReputationPlugin.RepActionEnvelope
java.lang.Object
com.fs.starfarer.api.impl.campaign.CoreReputationPlugin.RepActionEnvelope
- Enclosing class:
- CoreReputationPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
-
Constructor Summary
ConstructorsConstructorDescriptionRepActionEnvelope
(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) -
Method Summary
-
Field Details
-
action
-
param
-
message
-
textPanel
-
addMessageOnNoChange
public boolean addMessageOnNoChange -
withMessage
public boolean withMessage -
reason
-
-
Constructor Details
-
RepActionEnvelope
-
RepActionEnvelope
-
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange) -
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel, boolean addMessageOnNoChange) -
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage) -
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage) -
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage, String reason) -
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage, String reason) -
RepActionEnvelope
public RepActionEnvelope(CoreReputationPlugin.RepActions action, Object param, TextPanelAPI textPanel)
-