Modifier and Type | Method and Description |
---|---|
UserInfo |
UserInfoTable.getUserInfo(UUID uuid) |
UserInfo |
UserInfoTable.getUserInfo(UUID uuid,
UUID serverUUID) |
Modifier and Type | Method and Description |
---|---|
Map<UUID,List<UserInfo>> |
UserInfoTable.getAllUserInfo() |
List<UserInfo> |
UserInfoTable.getServerUserInfo()
Used for getting info of all users on THIS server.
|
List<UserInfo> |
UserInfoTable.getServerUserInfo(UUID serverUUID) |
Map<UUID,UserInfo> |
UsersTable.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
UserInfoTable.insertUserInfo(Map<UUID,List<UserInfo>> allUserInfos) |
void |
UsersTable.insertUsers(Map<UUID,UserInfo> users)
Inserts UUIDs, Register dates and Names to the table.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExportUtility.writeInspectHtml(UserInfo userInfo,
File playersFolder,
String playerHtml) |
Modifier and Type | Method and Description |
---|---|
int |
UserInfoLastPlayedComparator.compare(UserInfo u1,
UserInfo u2) |
int |
UserDataNameComparator.compare(UserInfo u1,
UserInfo u2) |
Modifier and Type | Method and Description |
---|---|
static String |
PlayersTableCreator.createTable(List<UserInfo> userInfo,
JoinInfoPart joinInfoPart,
GeolocationPart geolocationPart) |
Copyright © 2017. All rights reserved.