|
boolean | doesCharNameExist (String name) |
|
Integer | getByName (String name) |
|
String | getByObjectId (Integer objectId) |
|
void | update (int objectId, String name) |
|
void | update (int objectId, String name, String oldName) |
|
|
static int | accountCharNumber (String account) |
|
static final CharNameTable | getInstance () |
|
|
final Map< Integer, CharacterInfo > | _mapByObjectId = new HashMap<>() |
|
final Map< String, CharacterInfo > | _mapByName = new HashMap<>() |
|
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/datatables/sql/CharNameTable.java