Class CrewSkillSummaryUtil

java.lang.Object
megamek.common.util.CrewSkillSummaryUtil

public class CrewSkillSummaryUtil extends Object
  • 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

      public static String getSkillNames(Entity entity)
      Returns a descriptor string for the crew skills such as "Gunnery / Piloting", depending on the game options and entity type.