Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.metacosm.framework.command
Class AddAbsoluteModifier  view AddAbsoluteModifier download AddAbsoluteModifier.java

java.lang.Object
  extended byorg.metacosm.framework.command.AddAbsoluteModifier
All Implemented Interfaces:
PlayerCommand

public final class AddAbsoluteModifier
extends java.lang.Object
implements PlayerCommand

Adds an absolute modifier to a property in an influence.

 Syntax: 
 add_AM    []
 


Constructor Summary
AddAbsoluteModifier()
           
 
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
 

Constructor Detail

AddAbsoluteModifier

public AddAbsoluteModifier()
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:
execute in interface PlayerCommand