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)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PlayerAction
public PlayerAction(java.lang.String line,
                    eapms.PlayerObject the_player,
                    eapms.PlayerCom the_com,
                    eapms.WorldObject the_world)
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()
-