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

Quick Search    Search Deep

org.metacosm.framework.command
Interface PlayerCommand  view PlayerCommand download PlayerCommand.java

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.