Package megamek.common.util
Class CrewSkillSummaryUtil
java.lang.Object
megamek.common.util.CrewSkillSummaryUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetGunnerySkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, boolean rpgGunnery) static StringgetGunnerySkillSummary(String gunnery, String gunneryL, String gunneryM, String gunneryB, boolean rpgGunnery) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetLAMGunnerySkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, int aeroGunnery, int aeroGunneryL, int aeroGunneryM, int aeroGunneryB, boolean rpgGunnery) static StringgetLAMPilotSkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, int piloting, int aeroGunnery, int aeroGunneryL, int aeroGunneryM, int aeroGunneryB, int aeroPiloting, boolean rpgGunnery) static StringgetPilotSkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, int piloting, boolean rpgGunnery) static StringgetPilotSkillSummary(String gunnery, String gunneryL, String gunneryM, String gunneryB, String piloting, boolean rpgGunnery) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetSkillNames(Entity entity) Returns a descriptor string for the crew skills such as "Gunnery / Piloting", depending on the game options and entity type.
-
Constructor Details
-
CrewSkillSummaryUtil
public CrewSkillSummaryUtil()
-
-
Method Details
-
getPilotSkillSummary
public static String getPilotSkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, int piloting, boolean rpgGunnery) -
getPilotSkillSummary
@Deprecated(since="0.51.0", forRemoval=true) public static String getPilotSkillSummary(String gunnery, String gunneryL, String gunneryM, String gunneryB, String piloting, boolean rpgGunnery) Deprecated, for removal: This API element is subject to removal in a future version. -
getGunnerySkillSummary
public static String getGunnerySkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, boolean rpgGunnery) -
getGunnerySkillSummary
@Deprecated(since="0.51.0", forRemoval=true) public static String getGunnerySkillSummary(String gunnery, String gunneryL, String gunneryM, String gunneryB, boolean rpgGunnery) Deprecated, for removal: This API element is subject to removal in a future version. -
getLAMPilotSkillSummary
public static String getLAMPilotSkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, int piloting, int aeroGunnery, int aeroGunneryL, int aeroGunneryM, int aeroGunneryB, int aeroPiloting, boolean rpgGunnery) -
getLAMGunnerySkillSummary
public static String getLAMGunnerySkillSummary(int gunnery, int gunneryL, int gunneryM, int gunneryB, int aeroGunnery, int aeroGunneryL, int aeroGunneryM, int aeroGunneryB, boolean rpgGunnery) -
getSkillNames
Returns a descriptor string for the crew skills such as "Gunnery / Piloting", depending on the game options and entity type.
-