Class SetWaypointsCommand

java.lang.Object
megamek.client.bot.princess.commands.SetWaypointsCommand
All Implemented Interfaces:
ChatCommand

public class SetWaypointsCommand extends Object implements ChatCommand
Command to set waypoints for a unit.
  • Constructor Details

    • SetWaypointsCommand

      public SetWaypointsCommand()
  • Method Details

    • defineArguments

      public List<Argument<?>> defineArguments()
      Description copied from interface: ChatCommand
      Define the arguments for the command.
      Specified by:
      defineArguments in interface ChatCommand
      Returns:
      List of arguments
    • execute

      public void execute(Princess princess, Arguments arguments)
      Description copied from interface: ChatCommand
      Execute the command.
      Specified by:
      execute in interface ChatCommand
      Parameters:
      princess - The bot
      arguments - The arguments for the command