Modifier and Type | Method | Description |
---|---|---|
S2Coordinator |
S2Coordinator.createGame(BattlenetMap battlenetMap) |
Creates a game but does not join the bots to the game
|
S2Coordinator |
S2Coordinator.startGame(BattlenetMap battlenetMap) |
Starts a game on a certain map.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ControlInterface.createGame(BattlenetMap battlenetMap,
java.util.List<PlayerSettings> playerSettings,
java.lang.Boolean realtime) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<BattlenetMap> |
GameSettings.getBattlenetMap() |
Modifier and Type | Method | Description |
---|---|---|
GameSettings |
GameSettings.setBattlenetMap(BattlenetMap battlenetMap) |
Modifier and Type | Method | Description |
---|---|---|
static BattlenetMap |
BattlenetMap.of(java.lang.String battlenetMapName) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<BattlenetMap> |
ReplayInfo.getBattlenetMap() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<BattlenetMap> |
RequestCreateGame.getBattlenetMap() |
Modifier and Type | Method | Description |
---|---|---|
WithPlayerSetupSyntax |
RequestCreateGame.Builder.onBattlenetMap(BattlenetMap battlenetMap) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<BattlenetMap> |
ResponseAvailableMaps.getBattlenetMaps() |
Modifier and Type | Method | Description |
---|---|---|
WithPlayerSetupSyntax |
RequestCreateGameSyntax.onBattlenetMap(BattlenetMap battlenetMap) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.