Modifier and Type | Method | Description |
---|---|---|
S2Coordinator |
S2Coordinator.createGame(LocalMap localMap) |
Creates a game but does not join the bots to the game
|
S2Coordinator |
S2Coordinator.startGame(LocalMap localMap) |
Starts a game on a certain map.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ControlInterface.createGame(LocalMap localMap,
java.util.List<PlayerSettings> playerSettings,
java.lang.Boolean realtime) |
|
boolean |
ControlInterface.remoteSaveMap(LocalMap localMap) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<LocalMap> |
GameSettings.getLocalMap() |
Modifier and Type | Method | Description |
---|---|---|
GameSettings |
GameSettings.setLocalMap(LocalMap localMap) |
Modifier and Type | Method | Description |
---|---|---|
static LocalMap |
LocalMap.of(byte[] localMapDataInBytes) |
|
static LocalMap |
LocalMap.of(java.nio.file.Path localMapPath) |
|
static LocalMap |
LocalMap.of(java.nio.file.Path localMapPath,
byte[] localMapDataInBytes) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<LocalMap> |
ReplayInfo.getLocalMap() |
Modifier and Type | Method | Description |
---|---|---|
LocalMap |
RequestSaveMap.getMap() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<LocalMap> |
RequestCreateGame.getLocalMap() |
Modifier and Type | Method | Description |
---|---|---|
WithPlayerSetupSyntax |
RequestCreateGame.Builder.onLocalMap(LocalMap localMap) |
|
RequestSaveMap.Builder |
RequestSaveMap.Builder.to(LocalMap map) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<LocalMap> |
ResponseGameInfo.getLocalMap() |
|
java.util.Set<LocalMap> |
ResponseAvailableMaps.getLocalMaps() |
Modifier and Type | Method | Description |
---|---|---|
WithPlayerSetupSyntax |
RequestCreateGameSyntax.onLocalMap(LocalMap localMap) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.