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

java.lang.Objectorg.metacosm.framework.command.AddRandomAbsoluteModifier
- All Implemented Interfaces:
- PlayerCommand
- public final class AddRandomAbsoluteModifier
- extends java.lang.Object
- implements PlayerCommand
- extends java.lang.Object
Add a random absolute modifier to an Influence.
Syntax: add_ARMuniform [priority] uniform [priority] dice [priority] gaussian [priority]
| Field Summary | |
static char |
DICE_SEPARATOR
|
| Constructor Summary | |
AddRandomAbsoluteModifier()
|
|
| 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 |
DICE_SEPARATOR
public static char DICE_SEPARATOR
| Constructor Detail |
AddRandomAbsoluteModifier
public AddRandomAbsoluteModifier()
| 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.AddRandomAbsoluteModifier