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) |