|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.metacosm.framework.command
Interface ControllerCommand

- public interface ControllerCommand
A ControllerCommand is a command applied on an Controller.
In the game, it's the command an entity does.
| Method Summary | |
Result |
execute(org.metacosm.framework.controller.CharacterController controller,
java.util.ArrayList param)
Executes the command with the controller as author and with parameters. |
| Method Detail |
execute
public Result execute(org.metacosm.framework.controller.CharacterController controller, java.util.ArrayList param)
- Executes the command with the controller as author and with parameters.
|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC