eapms
Class Commands

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--eapms.Commands
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class Commands
extends java.util.Vector

This class (currently) contains a bunch of inner classes that are actually all the commands currently implemented. The command structure is bound to change (probably quite a bit), so watch out for it later.

See Also:
Serialized Form

Nested Class Summary
 class Commands.drop
           
 class Commands.get
           
 class Commands.ibuild
           
 class Commands.inventory
           
 class Commands.ispawn
           
 
Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Commands()
           
 
Method Summary
 void proc(eapms.PlayerAction action)
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

Commands

public Commands()
Method Detail

proc

public void proc(eapms.PlayerAction action)