eapms
Class PlayerObject
java.lang.Object
|
+--eapms.PlayerObject
- All Implemented Interfaces:
- java.io.Serializable
- public class PlayerObject
- extends java.lang.Object
- implements java.io.Serializable
The actual object that defines the player
- See Also:
- Serialized Form
Constructor Summary |
PlayerObject(java.lang.String name,
java.lang.String pass,
int access)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARM
public static final int ARM
- See Also:
- Constant Field Values
LEG
public static final int LEG
- See Also:
- Constant Field Values
BODY
public static final int BODY
- See Also:
- Constant Field Values
HEAD
public static final int HEAD
- See Also:
- Constant Field Values
COMBATINT
public static final int COMBATINT
- See Also:
- Constant Field Values
MAGICINT
public static final int MAGICINT
- See Also:
- Constant Field Values
ITEMINT
public static final int ITEMINT
- See Also:
- Constant Field Values
BUILDINT
public static final int BUILDINT
- See Also:
- Constant Field Values
SELLINT
public static final int SELLINT
- See Also:
- Constant Field Values
STEALTH
public static final int STEALTH
- See Also:
- Constant Field Values
QUICK
public static final int QUICK
- See Also:
- Constant Field Values
AGI
public static final int AGI
- See Also:
- Constant Field Values
STAM
public static final int STAM
- See Also:
- Constant Field Values
MAGICPULL
public static final int MAGICPULL
- See Also:
- Constant Field Values
FIRE
public static final int FIRE
- See Also:
- Constant Field Values
WATER
public static final int WATER
- See Also:
- Constant Field Values
AIR
public static final int AIR
- See Also:
- Constant Field Values
EARTH
public static final int EARTH
- See Also:
- Constant Field Values
HEART
public static final int HEART
- See Also:
- Constant Field Values
BODYM
public static final int BODYM
- See Also:
- Constant Field Values
SPIRIT
public static final int SPIRIT
- See Also:
- Constant Field Values
MIND
public static final int MIND
- See Also:
- Constant Field Values
LIGHT
public static final int LIGHT
- See Also:
- Constant Field Values
DARK
public static final int DARK
- See Also:
- Constant Field Values
PlayerObject
public PlayerObject(java.lang.String name,
java.lang.String pass,
int access)
getBaseName
public java.lang.String getBaseName()
getName
public java.lang.String getName()
getAccess
public int getAccess()
getPass
public java.lang.String getPass()
setName
public void setName(java.lang.String new_name)
setAccess
public void setAccess(int new_access)
setPass
public void setPass(java.lang.String new_pass)
getRoom
public eapms.RoomObject getRoom()
getDesc
public java.lang.String getDesc()
getPrompt
public java.lang.String getPrompt()
getRoomCount
public int getRoomCount()
setRoom
public void setRoom(eapms.RoomObject room)
setCom
public void setCom(eapms.PlayerCom new_com)
getCom
public eapms.PlayerCom getCom()
bumpRoomCount
public void bumpRoomCount()
getFormStats
public java.lang.String getFormStats()
getStat
public int getStat(int n)
getInventoryString
public java.lang.String getInventoryString()
getMoneyString
public java.lang.String getMoneyString()
addItem
public void addItem(eapms.MudObject mo)