Package | Description |
---|---|
com.github.ocraft.s2client.bot.gateway | |
com.github.ocraft.s2client.protocol.action | |
com.github.ocraft.s2client.protocol.action.raw |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ActionRaw> |
ObservationInterface.getRawActions() |
Gets a list of actions performed as abilities applied to units.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<ActionRaw> |
Action.getRaw() |
Modifier and Type | Method | Description |
---|---|---|
static ActionRaw |
ActionRaw.from(SC2APIProtocol.Raw.ActionRaw sc2ApiActionRaw) |
|
ActionRaw |
ActionRaw.generalizeAbility(java.util.function.UnaryOperator<Ability> generalize) |
|
static ActionRaw |
ActionRaw.of(ActionRawCameraMove cameraMove) |
|
static ActionRaw |
ActionRaw.of(ActionRawToggleAutocast toggleAutocast) |
|
static ActionRaw |
ActionRaw.of(ActionRawUnitCommand unitCommand) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.