Package megamek.common.alphaStrike
Class ASTurretSummary
java.lang.Object
megamek.common.alphaStrike.ASSpecialAbilityCollection
megamek.common.alphaStrike.ASTurretSummary
- All Implemented Interfaces:
Serializable,ASSpecialAbilityCollector
This class holds the AlphaStrike information for a turret (TUR) special ability. It is a standard
ASSpecialAbilityCollection except that for displaying the contents, it places the standard damage in front.
- See Also:
-
Field Summary
Fields inherited from class megamek.common.alphaStrike.ASSpecialAbilityCollection
specialAbilities -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpecialsDisplayString(String delimiter, BattleForceSUAFormatter element) Returns a formatted SUA string suitable for gameplay display such as on an AS Card.Methods inherited from class megamek.common.alphaStrike.ASSpecialAbilityCollection
getInternalRepr, getSUA, hasSUA, isEmpty, mergeSUA, mergeSUA, removeSUA, replaceSUA, setSUA, setSUA, setSUA, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface megamek.common.alphaStrike.ASSpecialAbilityCollector
getAC, getBIM, getCAP, getCAR, getCT, getFLK, getFUEL, getHT, getIATM, getIF, getIT, getJMPS, getLAM, getLRM, getMHQ, getMSL, getREAR, getSCAP, getSpecialsDisplayString, getSRM, getStdDamage, getSUBS, getTOR, getTUR, hasAnySUAOf
-
Constructor Details
-
ASTurretSummary
public ASTurretSummary()
-
-
Method Details
-
getSpecialsDisplayString
Description copied from interface:ASSpecialAbilityCollectorReturns a formatted SUA string suitable for gameplay display such as on an AS Card. The given delimiter is inserted between SUAs.- Specified by:
getSpecialsDisplayStringin interfaceASSpecialAbilityCollector- Overrides:
getSpecialsDisplayStringin classASSpecialAbilityCollection- Returns:
- A formatted Special Unit Ability string
-