| Package | Description |
|---|---|
| pro.lukasgorny.core | |
| pro.lukasgorny.dto | |
| pro.lukasgorny.enums | |
| pro.lukasgorny.services |
| Modifier and Type | Method and Description |
|---|---|
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,
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 |
|---|---|
PUBGRegion |
Match.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setRegion(PUBGRegion region) |
| Modifier and Type | Method and Description |
|---|---|
static PUBGRegion |
PUBGRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGRegion[] |
PUBGRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
DataFilterService.filterByModeAndRegion(String data,
PUBGMode mode,
PUBGRegion region) |
Player |
DataFilterService.filterByRegion(String data,
PUBGRegion region) |
Copyright © 2017. All rights reserved.