| Package | Description |
|---|---|
| com.vain.flicker.api | |
| com.vain.flicker.api.requests | |
| com.vain.flicker.utils |
| Modifier and Type | Method and Description |
|---|---|
Shard |
FlickerApi.getShard() |
Shard |
AbstractFlickerApi.getShard() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Match> |
FlickerAsyncApi.getMatch(String matchId,
Shard shard) |
Match |
FlickerApi.getMatch(String matchId,
Shard shard) |
CompletableFuture<Player> |
FlickerAsyncApi.getPlayerById(String playerId,
Shard shard) |
Player |
FlickerApi.getPlayerById(String playerId,
Shard shard) |
void |
FlickerApi.setShard(Shard shard) |
void |
AbstractFlickerApi.setShard(Shard shard) |
| Modifier and Type | Method and Description |
|---|---|
Shard |
MatchRequest.getShard() |
| Modifier and Type | Method and Description |
|---|---|
MatchRequest.Builder |
MatchRequest.Builder.shard(Shard shard) |
| Modifier and Type | Method and Description |
|---|---|
static Shard |
Shard.getShardByShortCode(String shortCode) |
static Shard |
Shard.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shard[] |
Shard.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.