| Package | Description |
|---|---|
| pro.lukasgorny.core | |
| pro.lukasgorny.services |
| Modifier and Type | Method and Description |
|---|---|
Player |
JPubgImpl.getByNickname(String nickname,
FilterCriteria criteria) |
Player |
JPubg.getByNickname(String nickname,
FilterCriteria criteria)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified criteria.
|
Player |
JPubgImpl.getBySteamID(String steamID,
FilterCriteria criteria) |
Player |
JPubg.getBySteamID(String steamID,
FilterCriteria criteria)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Stat |
JPubgImpl.getPlayerMatchStatByStatName(Player player,
PUBGStat stat) |
Stat |
JPubg.getPlayerMatchStatByStatName(Player player,
PUBGStat stat)
Filters stat by name from specified players matches from the latest season.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
DataAppendService.appendSeasonToStats(Player player) |
Player |
PlayerDataFilterService.getPlayerByCriteria(String data,
FilterCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
Player |
DataAppendService.appendSeasonToStats(Player player) |
void |
PlayerValidationService.validate(Player player) |
Copyright © 2017. All rights reserved.