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 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
-
FirefightCommand
-
-
Method Details
-
defineArguments
- Overrides:
defineArgumentsin classClientServerCommand
-
runCommand
Run this command with the arguments supplied- Specified by:
runCommandin classClientServerCommand- See Also:
-