Package rekit.gui.controller.commands
Class WalkCommand
java.lang.Object
rekit.gui.controller.commands.EntityCommand
rekit.gui.controller.commands.WalkCommand
- All Implemented Interfaces:
Command
This
EntityCommand will cause a Walk of an Entity.- Author:
- Dominik Fuchss, Angelo Aracri
-
Field Summary
Fields inherited from class rekit.gui.controller.commands.EntityCommand
supervisor -
Constructor Summary
ConstructorsConstructorDescriptionWalkCommand(CommandSupervisor supervisor, Direction dir) Instantiate the WalkCommand. -
Method Summary
Methods inherited from class rekit.gui.controller.commands.EntityCommand
execute
-
Constructor Details
-
WalkCommand
Instantiate the WalkCommand.- Parameters:
supervisor- the supervisordir- the direction
-
-
Method Details
-
execute
-