Class DummyDeploymentReport
java.lang.Object
megamek.common.autoResolve.acar.report.DummyDeploymentReport
- All Implemented Interfaces:
IDeploymentReport
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deploymentRoundHeader
(int currentRound) static DummyDeploymentReport
instance()
void
reportDeployment
(Formation deployed, Coords position)
-
Method Details
-
instance
-
deploymentRoundHeader
public void deploymentRoundHeader(int currentRound) - Specified by:
deploymentRoundHeader
in interfaceIDeploymentReport
-
reportDeployment
- Specified by:
reportDeployment
in interfaceIDeploymentReport
-