| Package | Description |
|---|---|
| pro.lukasgorny.core | |
| pro.lukasgorny.services |
| Modifier and Type | Method and Description |
|---|---|
Player |
JPubgImpl.getByNickname(String nickname,
PUBGMode mode) |
Player |
JPubg.getByNickname(String nickname,
PUBGMode mode)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified mode.
|
Player |
JPubgImpl.getByNickname(String nickname,
PUBGMode mode,
PUBGRegion region) |
Player |
JPubg.getByNickname(String nickname,
PUBGMode mode,
PUBGRegion region)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified region and mode.
|
Player |
JPubgImpl.getByNickname(String nickname,
PUBGRegion region) |
Player |
JPubg.getByNickname(String nickname,
PUBGRegion region)
Retrieves player specified by nickname data from the PUBGTracker API
and filters it by specified region.
|
Player |
JPubgImpl.getBySteamID(String steamID,
PUBGMode mode) |
Player |
JPubg.getBySteamID(String steamID,
PUBGMode mode)
Retrieves player specified by steamID data from the PUBGTracker API
and filters it by specified mode.
|
Player |
JPubgImpl.getBySteamID(String steamID,
PUBGMode mode,
PUBGRegion region) |
Player |
JPubg.getBySteamID(String steamID,
PUBGMode mode,
PUBGRegion region)
Retrieves player specified by steamID data from the PUBGTracker API
and filters it by specified mode and region.
|
Player |
JPubgImpl.getBySteamID(String steamID,
PUBGRegion region) |
Player |
JPubg.getBySteamID(String steamID,
PUBGRegion region)
Retrieves player specified by steamID data from the PUBGTracker API
and filters it by specified region.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
DataFilterService.filterByMode(String data,
PUBGMode mode) |
Player |
DataFilterService.filterByModeAndRegion(String data,
PUBGMode mode,
PUBGRegion region) |
Player |
DataFilterService.filterByRegion(String data,
PUBGRegion region) |
Copyright © 2017. All rights reserved.