Package | Description |
---|---|
com.github.ocraft.s2client.bot.gateway |
Modifier and Type | Method | Description |
---|---|---|
ObservationInterface |
ControlInterface.observation() |
Modifier and Type | Method | Description |
---|---|---|
default java.util.List<Point> |
QueryInterface.calculateExpansionLocations(ObservationInterface observation) |
|
default java.util.List<Point> |
QueryInterface.calculateExpansionLocations(ObservationInterface observation,
DebugInterface debug) |
|
default java.util.List<Point> |
QueryInterface.calculateExpansionLocations(ObservationInterface observation,
DebugInterface debug,
ExpansionParameters parameters) |
Calculates expansion locations, this call can take on the order of 100ms since it makes blocking queries to SC2
so call it once and cache the results.
|
Copyright © 2017–2018 Ocraft Project. All rights reserved.