public static interface PlayerLibrary.ThinnerPlayer
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | accountName() | Get the account name | 
| PlayerLibrary.ThinnerPlayer | accountName(java.lang.String accountName) | Builder to change the account name | 
| java.lang.String | email() | Get the char/acct email | 
| PlayerLibrary.ThinnerPlayer | email(java.lang.String email) | Builder to change the char/acct email | 
| long | expiration() | Get the char/acct expiration date | 
| PlayerLibrary.ThinnerPlayer | expiration(long expiration) | Builder to change the char/acct expiration date | 
| MOB | loadedMOB() | Get the actual mob object | 
| PlayerLibrary.ThinnerPlayer | loadedMOB(MOB mob) | Builder to change the actual mob object | 
| java.lang.String | name() | Get the character name | 
| PlayerLibrary.ThinnerPlayer | name(java.lang.String name) | Builder to change the character name | 
| java.lang.String | password() | Get the char password | 
| PlayerLibrary.ThinnerPlayer | password(java.lang.String password) | Builder to change the char password | 
java.lang.String name()
PlayerLibrary.ThinnerPlayer name(java.lang.String name)
name - the character namejava.lang.String password()
PlayerLibrary.ThinnerPlayer password(java.lang.String password)
password - the char passwordlong expiration()
PlayerLibrary.ThinnerPlayer expiration(long expiration)
expiration - the char/acct expiration datejava.lang.String accountName()
PlayerLibrary.ThinnerPlayer accountName(java.lang.String accountName)
accountName - the account namejava.lang.String email()
PlayerLibrary.ThinnerPlayer email(java.lang.String email)
email - the char/acct emailMOB loadedMOB()
PlayerLibrary.ThinnerPlayer loadedMOB(MOB mob)
mob - the actual mob object