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 SummaryFields inherited from class megamek.server.commands.ClientServerCommanderrorMsg, gameManager, loggerFields inherited from class megamek.server.commands.ServerCommandserver
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidrunCommand(int connId, Arguments args) Run this command with the arguments suppliedMethods inherited from class megamek.server.commands.GamemasterServerCommandpreRunMethods inherited from class megamek.server.commands.ClientServerCommandgetGameManager, getHelp, getHelpHtml, getLongName, isGM, isOutsideOfBoard, parseArguments, run, safeParseArgumentsAndRunMethods inherited from class megamek.server.commands.ServerCommandcanRunRestrictedCommand, getName
- 
Constructor Details- 
FirestormCommand
 
- 
- 
Method Details- 
defineArguments- Overrides:
- defineArgumentsin class- ClientServerCommand
 
- 
runCommandRun this command with the arguments supplied- Specified by:
- runCommandin class- ClientServerCommand
- See Also:
 
 
-