Package megamek.server
Class ServerReportsHelper
java.lang.Object
megamek.server.ServerReportsHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetEjectedCrewCount(Player player, Game game) static intgetEjectedCrewKilledCount(Player player, Game game) static intgetEjectedCrewPickedUpByEnemyTeamCount(Player player, Game game) static intgetEjectedCrewPickedUpByTeamCount(Player player, Game game) static intget the total BV (unmodified by force size mod) for the units of this player that have fled the fieldstatic intgetFledEjectedCrew(Player player, Game game) static intgetFledUnitsCount(Player player, Game game) static intgetUnitCount(Player player, Game game) static intgetUnitCrewEjectedCount(Player player, Game game) static intgetUnitCrewKilledCount(Player player, Game game) static intgetUnitCrewTrappedCount(Player player, Game game) static intgetUnitDamageCount(Player player, int damageLevel, Game game) static intgetUnitDestroyedCount(Player player, Game game)
-
Method Details
-
getUnitCount
-
getUnitDamageCount
-
getUnitDestroyedCount
-
getUnitCrewEjectedCount
-
getUnitCrewTrappedCount
-
getUnitCrewKilledCount
-
getEjectedCrewCount
-
getEjectedCrewPickedUpByTeamCount
-
getEjectedCrewPickedUpByEnemyTeamCount
-
getEjectedCrewKilledCount
-
getFledBV
get the total BV (unmodified by force size mod) for the units of this player that have fled the field- Returns:
- the BV
-
getFledUnitsCount
-
getFledEjectedCrew
-