Class Order.OrderBuilder
java.lang.Object
megamek.common.autoResolve.acar.order.Order.OrderBuilder
- Enclosing class:
Order
-
Constructor Summary
ConstructorsConstructorDescriptionOrderBuilder(int ownerId, OrderType orderType) OrderBuilder(Order other) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic Order.OrderBuilderbuild()but()withCondition(Condition condition) withFormationId(int formationId) withOrderDelay(int orderDelay) withPriority(int priority) withTargetId(int targetId)
-
Constructor Details
-
OrderBuilder
-
OrderBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
anOrder
-
withPriority
-
withTargetId
-
withFormationId
-
withOrderDelay
-
withCondition
-
but
-
build
-