Package | Description |
---|---|
bwapi |
Modifier and Type | Method and Description |
---|---|
Order |
TechType.getOrder()
Retrieves the
Order that a Unit uses when using this ability. |
Order |
Unit.getOrder()
Retrieves the primary Order that the unit is assigned.
|
Order |
Unit.getOrder()
Retrieves the primary Order that the unit is assigned.
|
Order |
TechType.getOrder()
Retrieves the
Order that a Unit uses when using this ability. |
Order |
Unit.getSecondaryOrder()
Retrieves the secondary Order that the unit is assigned.
|
Order |
Unit.getSecondaryOrder()
Retrieves the secondary Order that the unit is assigned.
|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static UnitFilter |
UnitFilter.CurrentOrder(Predicate<Order> c) |
static UnitFilter |
UnitFilter.CurrentOrder(Predicate<Order> c) |
static UnitFilter |
UnitFilter.SecondaryOrder(Predicate<Order> c) |
static UnitFilter |
UnitFilter.SecondaryOrder(Predicate<Order> c) |
Copyright © 2022. All rights reserved.