Class SetWaypointsCommand
java.lang.Object
megamek.client.bot.princess.commands.SetWaypointsCommand
- All Implemented Interfaces:
- ChatCommand
Command to set waypoints for a unit.
- 
Field SummaryFields inherited from interface megamek.client.bot.princess.commands.ChatCommandQUIET
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface megamek.client.bot.princess.commands.ChatCommandgetArgumentsDescription, getArgumentsRepresentation, quietArgument
- 
Constructor Details- 
SetWaypointsCommandpublic SetWaypointsCommand()
 
- 
- 
Method Details- 
defineArgumentsDescription copied from interface:ChatCommandDefine the arguments for the command.- Specified by:
- defineArgumentsin interface- ChatCommand
- Returns:
- List of arguments
 
- 
executeDescription copied from interface:ChatCommandExecute the command.- Specified by:
- executein interface- ChatCommand
- Parameters:
- princess- The bot
- arguments- The arguments for the command
 
 
-