Package megamek.server.victory


package megamek.server.victory
  • Class
    Description
    This class represents a battlefield control (units of only one team left alive) victory Note that this currently does not exclude gun emplacements or spawns (MekWarriors, Missiles) from the test.
    This is a VictoryCondition that will match when a given percentage of all enemy BV is no longer alive.
    This is a VictoryCondition that will match when friendly BV over enemy BV is at least a given ratio in percent.
    This is a base interface with default helper methods for bv-checking VictoryConditions
    Implements a victory condition that checks if all enemy commanders have been killed.
    Implements a kill count victory condition.
    This class represents the player-agreed /victory through chat commands
    Interface for classes judging whether a victory occurred or not.
    This class manages the victory conditions of a game.
    A Victory Result stores information about the results of checking one or more victory conditions.