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, loggerFields inherited from class megamek.server.commands.ServerCommand
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrunCommand(int connId, Arguments args) Run this command with the arguments suppliedMethods inherited from class megamek.server.commands.GamemasterServerCommand
preRunMethods inherited from class megamek.server.commands.ClientServerCommand
getGameManager, getHelp, getHelpHtml, getLongName, isGM, isOutsideOfBoard, parseArguments, run, safeParseArgumentsAndRunMethods inherited from class megamek.server.commands.ServerCommand
canRunRestrictedCommand, getName
-
Constructor Details
-
FirestormCommand
-
-
Method Details
-
defineArguments
- Overrides:
defineArgumentsin classClientServerCommand
-
runCommand
Run this command with the arguments supplied- Specified by:
runCommandin classClientServerCommand- See Also:
-