| 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) |
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
PUBGMode |
Match.getMatchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setMatchType(PUBGMode matchType) |
| Modifier and Type | Method and Description |
|---|---|
static PUBGMode |
PUBGMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGMode[] |
PUBGMode.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.filterByMode(String data,
PUBGMode mode) |
Player |
DataFilterService.filterByModeAndRegion(String data,
PUBGMode mode,
PUBGRegion region) |
Copyright © 2017. All rights reserved.