Package | Description |
---|---|
com.github.ocraft.s2client.bot | |
com.github.ocraft.s2client.bot.gateway | |
com.github.ocraft.s2client.bot.setting | |
com.github.ocraft.s2client.bot.syntax |
Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
S2Coordinator.createComputer(Race race,
Difficulty difficulty) |
|
static PlayerSettings |
S2Coordinator.createParticipant(Race race,
S2Agent bot) |
Modifier and Type | Method | Description |
---|---|---|
io.reactivex.Maybe<Response> |
ControlInterface.requestJoinGame(PlayerSettings playerSettings,
InterfaceSettings interfaceSettings,
MultiplayerOptions multiplayerOptions) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ControlInterface.createGame(BattlenetMap battlenetMap,
java.util.List<PlayerSettings> playerSettings,
java.lang.Boolean realtime) |
|
boolean |
ControlInterface.createGame(LocalMap localMap,
java.util.List<PlayerSettings> playerSettings,
java.lang.Boolean realtime) |
Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
PlayerSettings.computer(Race race,
Difficulty difficulty) |
|
static PlayerSettings |
PlayerSettings.participant(Race race,
S2Agent agent) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PlayerSettings> |
GameSettings.getPlayerSettings() |
|
java.util.Optional<PlayerSettings> |
GameSettings.playerSettingsFor(S2Agent agent) |
Modifier and Type | Method | Description |
---|---|---|
GameSettings |
GameSettings.setPlayerSettings(java.util.List<PlayerSettings> playerSettings) |
Modifier and Type | Method | Description |
---|---|---|
StartGameSyntax |
GameParticipantSyntax.setParticipants(PlayerSettings... participants) |
Sets up the bots and whether they are controlled by in-built AI, human or a custom bot.
|
Copyright © 2017–2018 Ocraft Project. All rights reserved.