StartGameSyntaxSettingsSyntaxpublic interface ReplaySyntax extends StartGameSyntax
| Modifier and Type | Method | Description |
|---|---|---|
ReplaySyntax |
addReplayObserver(S2ReplayObserver replayObserver) |
Add an instance of S2ReplayObserver, each S2ReplayObserver will run a separate StarCraft II client.
|
ReplaySyntax |
loadReplayList(java.nio.file.Path path) |
Loads replays from a file.
|
ReplaySyntax |
setReplayPath(java.nio.file.Path path) |
Sets the path for to a folder of replays to analyze.
|
ReplaySyntax |
setReplayRecovery(java.lang.Boolean value) |
connect, connectToLadder, launchStarcraftReplaySyntax setReplayRecovery(java.lang.Boolean value)
ReplaySyntax addReplayObserver(S2ReplayObserver replayObserver)
replayObserver - A pointer to the replay observer to utilize.S2ReplayObserverReplaySyntax setReplayPath(java.nio.file.Path path) throws java.io.IOException
path - The folder path.java.io.IOExceptionReplaySyntax loadReplayList(java.nio.file.Path path) throws java.io.IOException
path - The file path.java.io.IOExceptionCopyright © 2017–2018 Ocraft Project. All rights reserved.