Class TheatreOfWarAwards

java.lang.Object
mekhq.campaign.personnel.autoAwards.TheatreOfWarAwards

public class TheatreOfWarAwards extends Object
  • Constructor Details

    • TheatreOfWarAwards

      public TheatreOfWarAwards()
  • Method Details

    • TheatreOfWarAwardsProcessor

      public static Map<Integer,List<Object>> TheatreOfWarAwardsProcessor(Campaign campaign, Mission mission, UUID person, List<Award> awards)
      This function loops through Theatre of War Awards, checking whether the person is eligible to receive each type of award
      Parameters:
      campaign - the campaign to be processed
      mission - the mission just completed
      person - the person to check award eligibility for
      awards - the awards to be processed (should only include awards where item == TheatreOfWar)