Class BatchallFactions
java.lang.Object
mekhq.campaign.universe.factionStanding.BatchallFactions
Deprecated, for removal: This API element is subject to removal in a future version.
Unused outside deprecated classes and methods
- 
Field SummaryFieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetGreeting(Campaign campaign, String factionCode) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the greeting for faction based on infamy.static booleanusesBatchalls(String factionCode) Deprecated, for removal: This API element is subject to removal in a future version.Determines whether a given faction engages in batchalling.
- 
Field Details- 
BATCHALL_FACTIONSDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
BatchallFactionspublic BatchallFactions()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
usesBatchallsDeprecated, for removal: This API element is subject to removal in a future version.Determines whether a given faction engages in batchalling.- Parameters:
- factionCode- The faction code to check eligibility for. Must be a non-null- String.
- Returns:
- trueif the faction code engages in batchalling,- falseotherwise.
 
- 
getGreetingDeprecated, for removal: This API element is subject to removal in a future version.Retrieves the greeting for faction based on infamy.- Parameters:
- campaign- The campaign for which to retrieve the greeting.
- factionCode- The faction code for which to retrieve the greeting.
- Returns:
- The greeting message as a String.
 
 
-