Class PhaseHandler

java.lang.Object
megamek.common.autoResolve.acar.phase.PhaseHandler
Direct Known Subclasses:
DeploymentPhase, EndPhase, FiringPhase, InitiativePhase, MovementPhase, StartingScenarioPhase, VictoryPhase

public abstract class PhaseHandler extends Object
  • Constructor Details

  • Method Details

    • getSimulationManager

      protected SimulationManager getSimulationManager()
    • getContext

      protected SimulationContext getContext()
    • execute

      public void execute()
    • executePhase

      protected abstract void executePhase()