Class JumpCommand

java.lang.Object
rekit.gui.controller.commands.EntityCommand
rekit.gui.controller.commands.JumpCommand
All Implemented Interfaces:
Command

public class JumpCommand extends EntityCommand
This EntityCommand will cause a Jump of an Entity.
Author:
Dominik Fuchss, Angelo Aracri
  • Constructor Details

    • JumpCommand

      public JumpCommand(CommandSupervisor supervisor)
      Create the Command.
      Parameters:
      supervisor - the supervisor
  • Method Details

    • execute

      public void execute(InputMethod inputMethod)