public interface JPubg
| Modifier and Type | Method and Description |
|---|---|
String |
getByNickname(String nickname)
Retrieves player specified by nickname data from the PUBGTracker API
and returns it in JSON String format.
|
Player |
getByNickname(String nickname,
FilterCriteria criteria)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified criteria.
|
String |
getBySteamID(String steamID)
Retrieves player specified by steamID data from the PUBGTracker API
and returns it in JSON String format.
|
Player |
getBySteamID(String steamID,
FilterCriteria criteria)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified criteria.
|
Stat |
getPlayerMatchStatByStatName(Player player,
PUBGStat stat)
Filters stat by name from specified players matches from the latest season.
|
String getByNickname(@Nonnull String nickname)
nickname - nickname of the playerPlayer getByNickname(@Nonnull String nickname, FilterCriteria criteria)
nickname - nickname of the playercriteria - filtering criteriaString getBySteamID(@Nonnull String steamID)
steamID - steamID of the playerPlayer getBySteamID(@Nonnull String steamID, FilterCriteria criteria)
steamID - steamID of the playercriteria - filtering criteriaStat getPlayerMatchStatByStatName(@Nonnull Player player, @Nonnull PUBGStat stat)
player - steamID of the playerstat - specifies what stat you want to be filteredCopyright © 2017. All rights reserved.