static List<GameResult> |
GameCoordinator.play(int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
static CompletableFuture<List<GameResult>> |
GameCoordinator.playAsynchronously(int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |
static CompletableFuture<List<GameResult>> |
GameCoordinator.playAsynchronouslyWithCustomApi(GeneralsApi api,
int games,
Function<Actions,Bot> botProvider,
QueueConfiguration queueConfiguration,
UserConfiguration userConfiguration) |