java.io.Serializable
, java.lang.Comparable<PlayerLibrary.PlayerCode>
public static enum PlayerLibrary.PlayerCode extends java.lang.Enum<PlayerLibrary.PlayerCode>
Enum Constant | Description |
---|---|
ABLES |
List<Ability>
|
ACCOUNT |
String
|
AFFBEHAV |
List<CMObject> (behavior and ability objects)
|
AGE |
Long
|
ALIGNMENT |
Integer
|
ARMOR |
Integer
|
ATTACK |
Integer
|
CHANNELMASK |
Integer
|
CHARCLASS |
CharClass
|
CLANS |
List<Clan,Integer>
|
COLOR |
String
|
DAMAGE |
Integer
|
DEITY |
String
|
DESCRIPTION |
String
|
EMAIL |
String
|
EXPERIENCE |
Integer
|
EXPERS |
List<String>
|
FACTIONS |
List<Pair<String,Integer>> (factionid, value)
|
HEIGHT |
Integer
|
HITPOINTS |
Integer
|
INVENTORY |
String[] (dbid, item class, item txt, loID, worn, uses, lvl, abilty, heit)
|
LASTDATE |
Long
|
LASTIP |
String
|
LEIGE |
String
|
LEVEL |
Integer
|
LOCATION |
String
|
MANA |
Integer
|
MATTRIB |
Integer
|
MONEY |
List<Coin>
|
MOVES |
Integer
|
NAME |
String
|
PASSWORD |
String
|
PRACTICES |
Integer
|
QUESTPOINTS |
Integer
|
RACE |
Race
|
STARTROOM |
String
|
TATTS |
List<Tattoo>
|
TRAINS |
Integer
|
WEIGHT |
Integer
|
WIMP |
Integer
|
Modifier and Type | Method | Description |
---|---|---|
static PlayerLibrary.PlayerCode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PlayerLibrary.PlayerCode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerLibrary.PlayerCode NAME
public static final PlayerLibrary.PlayerCode PASSWORD
public static final PlayerLibrary.PlayerCode CHARCLASS
public static final PlayerLibrary.PlayerCode RACE
public static final PlayerLibrary.PlayerCode HITPOINTS
public static final PlayerLibrary.PlayerCode LEVEL
public static final PlayerLibrary.PlayerCode MANA
public static final PlayerLibrary.PlayerCode MOVES
public static final PlayerLibrary.PlayerCode DESCRIPTION
public static final PlayerLibrary.PlayerCode ALIGNMENT
public static final PlayerLibrary.PlayerCode EXPERIENCE
public static final PlayerLibrary.PlayerCode DEITY
public static final PlayerLibrary.PlayerCode PRACTICES
public static final PlayerLibrary.PlayerCode TRAINS
public static final PlayerLibrary.PlayerCode AGE
public static final PlayerLibrary.PlayerCode MONEY
public static final PlayerLibrary.PlayerCode WIMP
public static final PlayerLibrary.PlayerCode QUESTPOINTS
public static final PlayerLibrary.PlayerCode LOCATION
public static final PlayerLibrary.PlayerCode STARTROOM
public static final PlayerLibrary.PlayerCode LASTDATE
public static final PlayerLibrary.PlayerCode CHANNELMASK
public static final PlayerLibrary.PlayerCode ATTACK
public static final PlayerLibrary.PlayerCode ARMOR
public static final PlayerLibrary.PlayerCode DAMAGE
public static final PlayerLibrary.PlayerCode MATTRIB
public static final PlayerLibrary.PlayerCode LEIGE
public static final PlayerLibrary.PlayerCode HEIGHT
public static final PlayerLibrary.PlayerCode WEIGHT
public static final PlayerLibrary.PlayerCode COLOR
public static final PlayerLibrary.PlayerCode LASTIP
public static final PlayerLibrary.PlayerCode EMAIL
public static final PlayerLibrary.PlayerCode TATTS
public static final PlayerLibrary.PlayerCode EXPERS
public static final PlayerLibrary.PlayerCode ACCOUNT
public static final PlayerLibrary.PlayerCode FACTIONS
public static final PlayerLibrary.PlayerCode INVENTORY
public static final PlayerLibrary.PlayerCode ABLES
public static final PlayerLibrary.PlayerCode AFFBEHAV
public static final PlayerLibrary.PlayerCode CLANS
public static PlayerLibrary.PlayerCode[] values()
for (PlayerLibrary.PlayerCode c : PlayerLibrary.PlayerCode.values()) System.out.println(c);
public static PlayerLibrary.PlayerCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null