Package rekit.gui.controller.commands
Class EntityCommand
java.lang.Object
rekit.gui.controller.commands.EntityCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
JumpCommand
,WalkCommand
This class defines an Command which will be executed by a
Controller
and is linked to an Entity
.- Author:
- Dominik Fuchss
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
supervisor
The corresponding supervisor.
-
-
Constructor Details
-
EntityCommand
Instantiate the Command.- Parameters:
supervisor
- the supervisor
-
-
Method Details