Class TheatreOfWarAwards
java.lang.Object
mekhq.campaign.personnel.autoAwards.TheatreOfWarAwards
-
Constructor Summary
Constructors -
Method Summary
-
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 processedmission
- the mission just completedperson
- the person to check award eligibility forawards
- the awards to be processed (should only include awards where item == TheatreOfWar)
-