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

Quick Search    Search Deep

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

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

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


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:
execute in interface PlayerCommand