|
|||||||||
| 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
Class Inventory

java.lang.Objectorg.metacosm.framework.command.Inventory
- All Implemented Interfaces:
- PlayerCommand
- public final class Inventory
- extends java.lang.Object
- implements PlayerCommand
- extends java.lang.Object
| Constructor Summary | |
Inventory()
|
|
| Method Summary | |
Result |
execute(org.metacosm.framework.server.Player player,
java.util.ArrayList param)
Executes the command with the controller as author and with parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Inventory
public Inventory()
| Method Detail |
execute
public Result execute(org.metacosm.framework.server.Player player, java.util.ArrayList param)
- Executes the command with the controller as author and with parameters.
Takes no argument.
- Specified by:
executein interfacePlayerCommand
|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.metacosm.framework.command.Inventory