public static interface PlayerLibrary.ThinPlayer
| Modifier and Type | Method | Description | 
|---|---|---|
int | 
age() | 
 Return the char age/hrs/mins 
 | 
java.lang.String | 
charClass() | 
 Return the char char Class 
 | 
java.lang.String | 
email() | 
 Return the char email 
 | 
int | 
exp() | 
 Return the char experience 
 | 
int | 
expLvl() | 
 Return the char experience next lvl 
 | 
java.lang.String | 
ip() | 
 Return the last ip 
 | 
long | 
last() | 
 Return the last date 
 | 
int | 
level() | 
 Return the char level 
 | 
java.lang.String | 
liege() | 
 Return the char liege/mate 
 | 
java.lang.String | 
name() | 
 Return the char name 
 | 
java.lang.String | 
race() | 
 Return the char race 
 | 
java.lang.String | 
worship() | 
 Return the char worship/deity 
 | 
java.lang.String name()
java.lang.String charClass()
java.lang.String race()
int level()
int age()
long last()
java.lang.String email()
java.lang.String ip()
int exp()
int expLvl()
java.lang.String liege()
java.lang.String worship()