Package | Description |
---|---|
com.ibasco.agql.protocols.supercell.coc.webapi.interfaces |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<CocPlayerRankInfo>> |
CocLeagues.getLeagueSeasonsPlayerRankings(int leagueId,
String seasonId)
Deprecated.
Get league season player rankings.
|
CompletableFuture<List<CocPlayerRankInfo>> |
CocLeagues.getLeagueSeasonsPlayerRankings(int leagueId,
String seasonId,
int limit)
Deprecated.
Get league season player rankings.
|
CompletableFuture<List<CocPlayerRankInfo>> |
CocLeagues.getLeagueSeasonsPlayerRankings(int leagueId,
String seasonId,
int limit,
int before,
int after)
Deprecated.
Get league season player rankings.
|
CompletableFuture<List<CocPlayerRankInfo>> |
CocLocations.getPlayerRankingsFromLocation(int locationId)
Deprecated.
Get player rankings for a specific location
|
CompletableFuture<List<CocPlayerRankInfo>> |
CocLocations.getPlayerRankingsFromLocation(int locationId,
int limit)
Deprecated.
Get player rankings for a specific location
|
CompletableFuture<List<CocPlayerRankInfo>> |
CocLocations.getPlayerRankingsFromLocation(int locationId,
int limit,
int before,
int after)
Deprecated.
Get player rankings for a specific location
|
Copyright © 2016–2024. All rights reserved.