Interface Command

All Known Implementing Classes:
AttackCommand, EntityCommand, FilterCommand, JumpCommand, MenuCommand, PlayPauseCommand, WalkCommand

public interface Command
This interface defines a command for a Controller.
Author:
Dominik Fuchss
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Object... params)
    Execute the command.
  • Method Details

    • execute

      void execute(Object... params)
      Execute the command.
      Parameters:
      params - the parameters