Package | Description |
---|---|
com.github.ocraft.s2client.bot.gateway | |
com.github.ocraft.s2client.protocol.action | |
com.github.ocraft.s2client.protocol.action.spatial |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ActionSpatial> |
ObservationInterface.getFeatureLayerActions() |
Gets a list of actions performed.
|
java.util.List<ActionSpatial> |
ObservationInterface.getRenderedActions() |
Gets a list of actions performed.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<ActionSpatial> |
Action.getFeatureLayer() |
|
java.util.Optional<ActionSpatial> |
Action.getRender() |
Modifier and Type | Method | Description |
---|---|---|
static ActionSpatial |
ActionSpatial.from(SC2APIProtocol.Spatial.ActionSpatial sc2ApiActionSpatial) |
|
ActionSpatial |
ActionSpatial.generalizeAbility(java.util.function.UnaryOperator<Ability> generalize) |
|
static ActionSpatial |
ActionSpatial.of(ActionSpatialCameraMove cameraMove) |
|
static ActionSpatial |
ActionSpatial.of(ActionSpatialUnitCommand unitCommand) |
|
static ActionSpatial |
ActionSpatial.of(ActionSpatialUnitSelectionPoint unitSelectionPoint) |
|
static ActionSpatial |
ActionSpatial.of(ActionSpatialUnitSelectionRect unitSelectionRect) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.