Modifier and Type | Method and Description |
---|---|
List<PlayerKill> |
Session.getPlayerKills() |
Modifier and Type | Method and Description |
---|---|
void |
Session.playerKilled(PlayerKill kill) |
Modifier and Type | Method and Description |
---|---|
void |
Session.setPlayerKills(List<PlayerKill> playerKills) |
Modifier and Type | Method and Description |
---|---|
void |
KillPart.addKills(Map<UUID,List<PlayerKill>> playerKills) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<PlayerKill>> |
KillsTable.getAllPlayerKillsBySessionID() |
Map<UUID,List<PlayerKill>> |
KillsTable.getPlayerKills() |
Map<UUID,List<PlayerKill>> |
KillsTable.getPlayerKills(UUID serverUUID) |
Modifier and Type | Method and Description |
---|---|
void |
KillsTable.savePlayerKills(UUID uuid,
int sessionID,
List<PlayerKill> playerKills) |
Modifier and Type | Method and Description |
---|---|
List<PlayerKill> |
UserImportData.getKills() |
Modifier and Type | Method and Description |
---|---|
UserImportData.UserImportDataBuilder |
UserImportData.UserImportDataBuilder.kills(PlayerKill... kills) |
Modifier and Type | Method and Description |
---|---|
UserImportData.UserImportDataBuilder |
UserImportData.UserImportDataBuilder.kills(Collection<PlayerKill> kills) |
void |
UserImportData.setKills(List<PlayerKill> kills) |
Modifier and Type | Method and Description |
---|---|
int |
KillDataComparator.compare(PlayerKill o1,
PlayerKill o2) |
Modifier and Type | Method and Description |
---|---|
static String |
KillsTableCreator.createTable(List<PlayerKill> playerKills) |
Copyright © 2017. All rights reserved.