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 Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getGreeting
(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 boolean
usesBatchalls
(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_FACTIONS
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
BatchallFactions
public BatchallFactions()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
usesBatchalls
Deprecated, 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-nullString
.- Returns:
true
if the faction code engages in batchalling,false
otherwise.
-
getGreeting
Deprecated, 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
.
-