Package megamek.common.templates
Class CapitalShipTROView
java.lang.Object
megamek.common.templates.TROView
megamek.common.templates.AeroTROView
megamek.common.templates.CapitalShipTROView
Creates a TRO template model for advanced aerospace units (JumpShips, warships, space stations)
-
Nested Class Summary
Nested classes/interfaces inherited from class megamek.common.templates.TROView
TROView.FormatTableRowMethod, TROView.Justification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCrew()protected StringgetArcAbbr(Mounted<?> m) Firing arc abbreviation, which may be different from mounting location for side arcs on small craft and dropshipsprotected StringgetTemplateFileName(boolean html) protected voidinitModel(EntityVerifier verifier) Methods inherited from class megamek.common.templates.AeroTROView
addAmmo, addCrewEntry, addWeaponBays, skipMountMethods inherited from class megamek.common.templates.TROView
addArmorStructureEntries, addBasicData, addEntityFluff, addEquipment, addEquipment, addFixedOmni, addMekVeeAeroFluff, addPatchworkATs, addTransportBays, createView, formatArmorType, formatArmorType, formatLocationTableEntry, formatSystemFluff, formatTransporter, getIncludeFluff, getModelData, getSystemName, processTemplate, setIncludeFluff, setModelData, showFixedSystem, stripNotes
-
Constructor Details
-
CapitalShipTROView
-
-
Method Details
-
getTemplateFileName
- Overrides:
getTemplateFileNamein classAeroTROView
-
initModel
- Overrides:
initModelin classAeroTROView
-
getArcAbbr
Description copied from class:AeroTROViewFiring arc abbreviation, which may be different from mounting location for side arcs on small craft and dropships- Overrides:
getArcAbbrin classAeroTROView- Parameters:
m- The weapon mount- Returns:
- The arc abbreviation.
-
addCrew
protected void addCrew()
-