Package megamek.server.commands
Class FirestormCommand
java.lang.Object
megamek.server.commands.ServerCommand
megamek.server.commands.ClientServerCommand
megamek.server.commands.GamemasterServerCommand
megamek.server.commands.FirestormCommand
The Server Command "/firestorm" that starts a blazing inferno on the board.
-
Field Summary
Fields inherited from class megamek.server.commands.ClientServerCommand
errorMsg, gameManager, logger
Fields inherited from class megamek.server.commands.ServerCommand
server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
runCommand
(int connId, Arguments args) Run this command with the arguments suppliedMethods inherited from class megamek.server.commands.GamemasterServerCommand
preRun
Methods inherited from class megamek.server.commands.ClientServerCommand
getGameManager, getHelp, getHelpHtml, getLongName, isGM, isOutsideOfBoard, parseArguments, run, safeParseArgumentsAndRun
Methods inherited from class megamek.server.commands.ServerCommand
canRunRestrictedCommand, getName
-
Constructor Details
-
FirestormCommand
-
-
Method Details
-
defineArguments
- Overrides:
defineArguments
in classClientServerCommand
-
runCommand
Run this command with the arguments supplied- Specified by:
runCommand
in classClientServerCommand
- See Also:
-