| Package | Description |
|---|---|
| pl.joegreen.sergeants.framework | |
| pl.joegreen.sergeants.framework.queue |
| Modifier and Type | Method and Description |
|---|---|
static List<GameResult> |
Games.play(int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
static CompletableFuture<List<GameResult>> |
Games.playAsynchronously(int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
static CompletableFuture<List<GameResult>> |
Games.playAsynchronouslyWithCustomApi(GeneralsApi api,
int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static QueueConfiguration |
QueueConfiguration.customGame(boolean force,
String gameId)
Joins custom game.
|
static QueueConfiguration |
QueueConfiguration.customGame(boolean force,
String gameId,
int team)
Joins custom game.
|
static QueueConfiguration |
QueueConfiguration.freeForAll(boolean force)
Joins Free For All game queue.
|
static QueueConfiguration |
QueueConfiguration.oneVsOne() |
static QueueConfiguration |
QueueConfiguration.twoVsTwo(String teamId,
boolean force)
Joins 2vs2 game queue.
|
Copyright © 2017. All rights reserved.