| Package | Description |
|---|---|
| bwapi |
| Modifier and Type | Method and Description |
|---|---|
UnitCommandType |
UnitCommand.getType() |
UnitCommandType |
UnitCommand.getType() |
static UnitCommandType |
UnitCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitCommandType |
UnitCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitCommandType[] |
UnitCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static UnitCommandType[] |
UnitCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Unit.canIssueCommandType(UnitCommandType ct) |
boolean |
Unit.canIssueCommandType(UnitCommandType ct) |
boolean |
Unit.canIssueCommandType(UnitCommandType ct,
boolean checkCommandibility)
Performs some cheap checks to attempt to quickly detect whether the unit is unable to
execute the given command type (i.e.
|
boolean |
Unit.canIssueCommandType(UnitCommandType ct,
boolean checkCommandibility)
Performs some cheap checks to attempt to quickly detect whether the unit is unable to
execute the given command type (i.e.
|
boolean |
Unit.canIssueCommandTypeGrouped(UnitCommandType ct) |
boolean |
Unit.canIssueCommandTypeGrouped(UnitCommandType ct) |
boolean |
Unit.canIssueCommandTypeGrouped(UnitCommandType ct,
boolean checkCommandibilityGrouped) |
boolean |
Unit.canIssueCommandTypeGrouped(UnitCommandType ct,
boolean checkCommandibilityGrouped) |
boolean |
Unit.canIssueCommandTypeGrouped(UnitCommandType ct,
boolean checkCommandibilityGrouped,
boolean checkCommandibility)
Performs some cheap checks to attempt to quickly detect whether the unit is unable to
execute the given command type (i.e.
|
boolean |
Unit.canIssueCommandTypeGrouped(UnitCommandType ct,
boolean checkCommandibilityGrouped,
boolean checkCommandibility)
Performs some cheap checks to attempt to quickly detect whether the unit is unable to
execute the given command type (i.e.
|
Copyright © 2022. All rights reserved.