StartGameSyntax
SettingsSyntax
public 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, launchStarcraft
ReplaySyntax setReplayRecovery(java.lang.Boolean value)
ReplaySyntax addReplayObserver(S2ReplayObserver replayObserver)
replayObserver
- A pointer to the replay observer to utilize.S2ReplayObserver
ReplaySyntax setReplayPath(java.nio.file.Path path) throws java.io.IOException
path
- The folder path.java.io.IOException
ReplaySyntax loadReplayList(java.nio.file.Path path) throws java.io.IOException
path
- The file path.java.io.IOException
Copyright © 2017–2018 Ocraft Project. All rights reserved.