Package | Description |
---|---|
com.github.ocraft.s2client.bot | |
com.github.ocraft.s2client.bot.gateway |
Modifier and Type | Method | Description |
---|---|---|
ActionFeatureLayerInterface |
S2Agent.actionsFeatureLayer() |
Interface for issuing actions in feature layers.
|
Modifier and Type | Method | Description |
---|---|---|
ActionFeatureLayerInterface |
AgentControlInterface.actionsFeatureLayer() |
|
ActionFeatureLayerInterface |
ActionFeatureLayerInterface.cameraMove(PointI center) |
Moves the camera to be centered around a position.
|
ActionFeatureLayerInterface |
ActionFeatureLayerInterface.select(PointI center,
ActionSpatialUnitSelectionPoint.Type selectionType) |
Selection of a point, equivalent to clicking the mouse on a unit.
|
ActionFeatureLayerInterface |
ActionFeatureLayerInterface.select(PointI p0,
PointI p1,
boolean addToSelection) |
Selection of an area, equivalent to click-dragging the mouse over an area of the screen.
|
ActionFeatureLayerInterface |
ActionFeatureLayerInterface.unitCommand(Ability ability) |
Issues a command to whatever is selected.
|
ActionFeatureLayerInterface |
ActionFeatureLayerInterface.unitCommand(Ability ability,
PointI point,
boolean minimap) |
Issues a command to whatever is selected.
|
Copyright © 2017–2018 Ocraft Project. All rights reserved.