Modifier and Type | Method and Description |
---|---|
List<KillData> |
UserData.getPlayerKills()
Get the player kills list.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.addPlayerKill(KillData kill)
Add a Killdata to player's kills list.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.setPlayerKills(List<KillData> playerKills)
Set the playerkills list.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLDB.savePlayerKills(int userId,
List<KillData> kills)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<KillData> |
KillsTable.getPlayerKills(int userId) |
Modifier and Type | Method and Description |
---|---|
void |
KillsTable.savePlayerKills(int userId,
List<KillData> kills) |
Modifier and Type | Method and Description |
---|---|
static String |
SortableKillsTableCreator.createSortedSessionDataTable10(List<KillData> killData) |
Copyright © 2017. All rights reserved.