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

java.lang.Objectorg.metacosm.framework.command.NewEntity
- All Implemented Interfaces:
- PlayerCommand
- public final class NewEntity
- extends java.lang.Object
- implements PlayerCommand
- extends java.lang.Object
Creates an Entity.
syntax: new_entity (place|item|creature) [place_id]
If no place_id is given, current place entity's attribute is set to null.
TODO Worlds management
| Field Summary | |
private static java.lang.String |
help
|
| Constructor Summary | |
NewEntity()
|
|
| Method Summary | |
Result |
execute(org.metacosm.framework.server.Player player,
java.util.ArrayList params)
Executes the command with the player as author and with parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
help
private static final java.lang.String help
- See Also:
- Constant Field Values
| Constructor Detail |
NewEntity
public NewEntity()
| Method Detail |
execute
public Result execute(org.metacosm.framework.server.Player player, java.util.ArrayList params)
- Description copied from interface:
PlayerCommand - Executes the command with the player as author and with parameters.
- 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.NewEntity