Class MovePathMPCostComparator

java.lang.Object
megamek.common.strategicBattleSystems.MovePathMPCostComparator
All Implemented Interfaces:
Comparator<SBFMovePath>

@Deprecated(since="0.51.0", forRemoval=true) public class MovePathMPCostComparator extends Object implements Comparator<SBFMovePath>
Deprecated, for removal: This API element is subject to removal in a future version.
A MovePath comparator that compares movement points spent.

Order paths with fewer used MP first.

  • Constructor Details

    • MovePathMPCostComparator

      public MovePathMPCostComparator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details