|
|||||||||
| 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 PlayerCommand

- All Known Implementing Classes:
- About, AddAbsoluteModifier, AddAction, AddController, AddDescription, AddInfluence, AddProperty, AddRandomAbsoluteModifier, AddRelativeModifier, AppendDescription, Commands, COPYING, Help, Inventory, NewEntity, NewInfluence, NewProperty, Quit, Save, Show
- public interface PlayerCommand
A PlayerCommand is a command applied on an Player.
In the game, it's the command the player does.
| Method Summary | |
Result |
execute(org.metacosm.framework.server.Player player,
java.util.ArrayList param)
Executes the command with the player as author and with parameters. |
| Method Detail |
execute
public Result execute(org.metacosm.framework.server.Player player, java.util.ArrayList param)
- Executes the command with the player 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