Package | Description |
---|---|
com.github.ocraft.s2client.bot | |
com.github.ocraft.s2client.bot.syntax |
Modifier and Type | Method | Description |
---|---|---|
S2Coordinator |
S2Coordinator.createGame() |
Creates a game but does not join the bots to the game
|
S2Coordinator |
S2Coordinator.createGame(BattlenetMap battlenetMap) |
Creates a game but does not join the bots to the game
|
S2Coordinator |
S2Coordinator.createGame(LocalMap localMap) |
Creates a game but does not join the bots to the game
|
S2Coordinator |
S2Coordinator.joinGame() |
Joins agents to the game
|
S2Coordinator |
S2Coordinator.saveReplayList(java.nio.file.Path path) |
Saves replays to a file.
|
S2Coordinator |
S2Coordinator.startGame() |
Starts a game on a certain map.
|
S2Coordinator |
S2Coordinator.startGame(BattlenetMap battlenetMap) |
Starts a game on a certain map.
|
S2Coordinator |
S2Coordinator.startGame(LocalMap localMap) |
Starts a game on a certain map.
|
Modifier and Type | Method | Description |
---|---|---|
S2Coordinator |
StartGameSyntax.connect(java.lang.String ip,
java.lang.Integer port) |
Attaches to a running Starcraft.
|
S2Coordinator |
StartGameSyntax.connectToLadder() |
Attaches to a ladder server;
|
S2Coordinator |
StartGameSyntax.launchStarcraft() |
Uses settings gathered from LoadSettings, specifically the path to the executable, to run StarCraft II.
|
Copyright © 2017–2018 Ocraft Project. All rights reserved.