eapms
Class PlayerAction

java.lang.Object
  |
  +--eapms.PlayerAction

public class PlayerAction
extends java.lang.Object

Object that controls how player actions are parse and handled.


Constructor Summary
PlayerAction(java.lang.String line, eapms.PlayerObject the_player, eapms.PlayerCom the_com, eapms.WorldObject the_world)
           
 
Method Summary
 eapms.PlayerCom getCom()
           
 int getCount()
           
 java.lang.String getFirstWord()
           
 java.lang.String getLine()
           
 java.lang.String getOLine()
           
 eapms.PlayerObject getPlayer()
           
 java.lang.String getStripFirst()
           
 java.util.StringTokenizer getTokenizer()
           
 java.util.Vector getWords()
           
 eapms.WorldObject getWorld()
           
 void moveMod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerAction

public PlayerAction(java.lang.String line,
                    eapms.PlayerObject the_player,
                    eapms.PlayerCom the_com,
                    eapms.WorldObject the_world)
Method Detail

getLine

public java.lang.String getLine()

getPlayer

public eapms.PlayerObject getPlayer()

getCom

public eapms.PlayerCom getCom()

getCount

public int getCount()

getTokenizer

public java.util.StringTokenizer getTokenizer()

getWorld

public eapms.WorldObject getWorld()

moveMod

public void moveMod()

getFirstWord

public java.lang.String getFirstWord()

getStripFirst

public java.lang.String getStripFirst()

getWords

public java.util.Vector getWords()

getOLine

public java.lang.String getOLine()