Class SetWaypointsCommand
java.lang.Object
megamek.client.bot.princess.commands.SetWaypointsCommand
- All Implemented Interfaces:
 ChatCommand
Command to set waypoints for a unit.
- 
Field Summary
Fields inherited from interface megamek.client.bot.princess.commands.ChatCommand
QUIET - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface megamek.client.bot.princess.commands.ChatCommand
getArgumentsDescription, getArgumentsRepresentation, quietArgument 
- 
Constructor Details
- 
SetWaypointsCommand
public SetWaypointsCommand() 
 - 
 - 
Method Details
- 
defineArguments
Description copied from interface:ChatCommandDefine the arguments for the command.- Specified by:
 defineArgumentsin interfaceChatCommand- Returns:
 - List of arguments
 
 - 
execute
Description copied from interface:ChatCommandExecute the command.- Specified by:
 executein interfaceChatCommand- Parameters:
 princess- The botarguments- The arguments for the command
 
 -