Package rekit.gui.controller.commands
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
-
Method Details
-
execute
Execute the command.- Parameters:
params- the parameters
-