public class DeployLaserBeaconCommand extends ShipCommand
Pairs of laser beacons draw a line in space. The first beacon deployed represents the starting point of the line; the next beacon will terminate the line. Lines do not follow the ship's path-- they simply connect two beacons directly.
| Constructor and Description |
|---|
DeployLaserBeaconCommand() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
executesImmediately()
Deploy Laser Beacons executes immediately.
|
java.lang.String |
getName()
Creates a command to deploy a laser beacon at the ship's current
position.
|
equals, getInitialEnergyCost, getMessage, getOngoingEnergyCost, isBlocking, toStringpublic java.lang.String getName()
getName in class ShipCommandpublic static boolean executesImmediately()