Package megamek.server.commands
Class FirefightCommand
java.lang.Object
megamek.server.commands.ServerCommand
megamek.server.commands.ClientServerCommand
megamek.server.commands.GamemasterServerCommand
megamek.server.commands.FirefightCommand
The Server Command "/firefight" that will put one hex on fire.
- 
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- 
FirefightCommand
 
- 
- 
Method Details- 
defineArguments- Overrides:
- defineArgumentsin class- ClientServerCommand
 
- 
runCommandRun this command with the arguments supplied- Specified by:
- runCommandin class- ClientServerCommand
- See Also:
 
 
-