public class Games extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<GameResult> |
play(int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
static CompletableFuture<List<GameResult>> |
playAsynchronously(int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
static CompletableFuture<List<GameResult>> |
playAsynchronouslyWithCustomApi(GeneralsApi api,
int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
public static CompletableFuture<List<GameResult>> playAsynchronously(int games, Function<Actions,Bot> botProvider, QueueConfiguration queueConfiguration, UserConfiguration userConfiguration)
public static CompletableFuture<List<GameResult>> playAsynchronouslyWithCustomApi(GeneralsApi api, int games, Function<Actions,Bot> botProvider, QueueConfiguration queueConfiguration, UserConfiguration userConfiguration)
public static List<GameResult> play(int games, Function<Actions,Bot> botProvider, QueueConfiguration queueConfiguration, UserConfiguration userConfiguration)
Copyright © 2017. All rights reserved.