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, wait
Methods inherited from interface megamek.client.bot.princess.commands.ChatCommand
getArgumentsDescription, getArgumentsRepr, quietArgument
-
Constructor Details
-
SetWaypointsCommand
public SetWaypointsCommand()
-
-
Method Details
-
defineArguments
Description copied from interface:ChatCommand
Define the arguments for the command.- Specified by:
defineArguments
in interfaceChatCommand
- Returns:
- List of arguments
-
execute
Description copied from interface:ChatCommand
Execute the command.- Specified by:
execute
in interfaceChatCommand
- Parameters:
princess
- The botarguments
- The arguments for the command
-